Tropical Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Sunshine palette

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

Tropical Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #fbe7b1;
}
.color-2 {
color: #f9d75d;
}
.color-3 {
color: #faa700;
}
.color-4 {
color: #f5c000;
}
.color-5 {
color: #e6a400;
}

/* CSS Variables */
:root {
--color-1: #fbe7b1;
--color-2: #f9d75d;
--color-3: #faa700;
--color-4: #f5c000;
--color-5: #e6a400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbe7b1, #f9d75d, #faa700, #f5c000, #e6a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbe7b1, #f9d75d, #faa700, #f5c000, #e6a400);
}

Tropical Sunshine color palette created on .