Tropical Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tropical Oasis palette
Tropical Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #0d97ba;
}
.color-2 {
color: #0bad8f;
}
.color-3 {
color: #70db7e;
}
.color-4 {
color: #a3d86e;
}
.color-5 {
color: #f3e768;
}
/* CSS Variables */
:root {
--color-1: #0d97ba;
--color-2: #0bad8f;
--color-3: #70db7e;
--color-4: #a3d86e;
--color-5: #f3e768;
}
Tropical Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d97ba, #0bad8f, #70db7e, #a3d86e, #f3e768);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d97ba, #0bad8f, #70db7e, #a3d86e, #f3e768);
}
似たようなカラーパレット
Tropical Oasis color palette created on .