Tropical Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Oasis palette

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

Tropical Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #32cd32;
}
.color-3 {
color: #1fb2aa;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff4400;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #32cd32;
--color-3: #1fb2aa;
--color-4: #ffd900;
--color-5: #ff4400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #32cd32, #1fb2aa, #ffd900, #ff4400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #32cd32, #1fb2aa, #ffd900, #ff4400);
}

Tropical Oasis color palette created on .