Blue Teal Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Teal Shades palette

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

Blue Teal Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #002d61;
}
.color-2 {
color: #33548a;
}
.color-3 {
color: #00565c;
}
.color-4 {
color: #a7d3d0;
}
.color-5 {
color: #f0b6a3;
}

/* CSS Variables */
:root {
--color-1: #002d61;
--color-2: #33548a;
--color-3: #00565c;
--color-4: #a7d3d0;
--color-5: #f0b6a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #002d61, #33548a, #00565c, #a7d3d0, #f0b6a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #002d61, #33548a, #00565c, #a7d3d0, #f0b6a3);
}

Blue Teal Shades color palette created on .