Deep Teal Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Teal Elegance palette

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

Deep Teal Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #007b80;
}
.color-2 {
color: #009987;
}
.color-3 {
color: #00bdad;
}
.color-4 {
color: #19e6d1;
}
.color-5 {
color: #4dffe7;
}

/* CSS Variables */
:root {
--color-1: #007b80;
--color-2: #009987;
--color-3: #00bdad;
--color-4: #19e6d1;
--color-5: #4dffe7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007b80, #009987, #00bdad, #19e6d1, #4dffe7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007b80, #009987, #00bdad, #19e6d1, #4dffe7);
}

Deep Teal Elegance color palette created on .