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