pebble/devsite/source/_sass/col.scss

39 lines
1 KiB
SCSS
Raw Permalink Normal View History

/**
* Copyright 2025 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
$pebble-black: #111;
$pebble-blue: #16b5d8;
$pebble-blue-alt: darken(#16b5d8, 20);
$pebble-gray: #959fa0;
$pebble-green: #aed70d;
$pebble-orange: #f57216;
$pebble-pink: #ff568a;
$pebble-red: #b93231;
$pebble-silver: #bdc3c7;
$green: #00a94b;
$blue: #16aee5;
$red: #ff1200;
$dark-grey: #444;
$darker-grey: #333;
$pink: #d84ba1;
$yellow: #e5e327;
$purple: #9d49d5;
$orange: #e79b22;
$color-guides: $yellow;
$color-documentation: $pink;
$color-community: $purple;