Tropical Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Oasis palette

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

Tropical Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #3cbe79;
}
.color-2 {
color: #68d9a6;
}
.color-3 {
color: #90f4c7;
}
.color-4 {
color: #b1f7e4;
}
.color-5 {
color: #e1f9f2;
}

/* CSS Variables */
:root {
--color-1: #3cbe79;
--color-2: #68d9a6;
--color-3: #90f4c7;
--color-4: #b1f7e4;
--color-5: #e1f9f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cbe79, #68d9a6, #90f4c7, #b1f7e4, #e1f9f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cbe79, #68d9a6, #90f4c7, #b1f7e4, #e1f9f2);
}

Tropical Oasis color palette created on .