Blue Cat Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Cat Shades palette

このパレットを共有する先:

Blue Cat Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #1e6f9f;
}
.color-4 {
color: #007f80;
}
.color-5 {
color: #006161;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #00bfff;
--color-3: #1e6f9f;
--color-4: #007f80;
--color-5: #006161;
}

Blue Cat Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #00bfff, #1e6f9f, #007f80, #006161);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #00bfff, #1e6f9f, #007f80, #006161);
}

Blue Cat Shades color palette created on .