Deep Teal Night カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Teal Night palette

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

Deep Teal Night カラーパレット CSS

/* CSS */
.color-1 {
color: #00b2b3;
}
.color-2 {
color: #005c5c;
}
.color-3 {
color: #003d3d;
}
.color-4 {
color: #002e2e;
}
.color-5 {
color: #001f1f;
}

/* CSS Variables */
:root {
--color-1: #00b2b3;
--color-2: #005c5c;
--color-3: #003d3d;
--color-4: #002e2e;
--color-5: #001f1f;
}

Deep Teal Night の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b2b3, #005c5c, #003d3d, #002e2e, #001f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b2b3, #005c5c, #003d3d, #002e2e, #001f1f);
}

Deep Teal Night color palette created on .