Tropical Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Oasis palette

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

Tropical Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e351;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #5fbf8d;
}
.color-4 {
color: #009e9b;
}
.color-5 {
color: #005c75;
}

/* CSS Variables */
:root {
--color-1: #f6e351;
--color-2: #a3d55d;
--color-3: #5fbf8d;
--color-4: #009e9b;
--color-5: #005c75;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e351, #a3d55d, #5fbf8d, #009e9b, #005c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e351, #a3d55d, #5fbf8d, #009e9b, #005c75);
}

Tropical Oasis color palette created on .