Cerulean Depths カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cerulean Depths palette

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

Cerulean Depths カラーパレット CSS

/* CSS */
.color-1 {
color: #02a7d4;
}
.color-2 {
color: #0090b8;
}
.color-3 {
color: #007a99;
}
.color-4 {
color: #00607a;
}
.color-5 {
color: #00455c;
}

/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #0090b8;
--color-3: #007a99;
--color-4: #00607a;
--color-5: #00455c;
}

Cerulean Depths の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #0090b8, #007a99, #00607a, #00455c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #0090b8, #007a99, #00607a, #00455c);
}

Cerulean Depths color palette created on .