Tropical Coral カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Coral palette

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

Tropical Coral カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b6a4;
}
.color-2 {
color: #f9d08b;
}
.color-3 {
color: #f8ee7c;
}
.color-4 {
color: #8cd4c5;
}
.color-5 {
color: #4c9dc2;
}

/* CSS Variables */
:root {
--color-1: #f9b6a4;
--color-2: #f9d08b;
--color-3: #f8ee7c;
--color-4: #8cd4c5;
--color-5: #4c9dc2;
}

Tropical Coral の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b6a4, #f9d08b, #f8ee7c, #8cd4c5, #4c9dc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b6a4, #f9d08b, #f8ee7c, #8cd4c5, #4c9dc2);
}

Tropical Coral color palette created on .