Turquoise and Coral Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise and Coral Harmony palette

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

Turquoise and Coral Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #21b5a6;
}
.color-2 {
color: #f5b9b2;
}
.color-3 {
color: #f8e1a5;
}
.color-4 {
color: #f0c3a3;
}
.color-5 {
color: #f57d3d;
}

/* CSS Variables */
:root {
--color-1: #21b5a6;
--color-2: #f5b9b2;
--color-3: #f8e1a5;
--color-4: #f0c3a3;
--color-5: #f57d3d;
}

Turquoise and Coral Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #21b5a6, #f5b9b2, #f8e1a5, #f0c3a3, #f57d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #21b5a6, #f5b9b2, #f8e1a5, #f0c3a3, #f57d3d);
}

Turquoise and Coral Harmony color palette created on .