Tropical Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tropical Oasis palette
Tropical Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #1d8b7c;
}
.color-2 {
color: #2cb5a0;
}
.color-3 {
color: #3fd9b3;
}
.color-4 {
color: #5ef3c4;
}
.color-5 {
color: #91fde4;
}
/* CSS Variables */
:root {
--color-1: #1d8b7c;
--color-2: #2cb5a0;
--color-3: #3fd9b3;
--color-4: #5ef3c4;
--color-5: #91fde4;
}
Tropical Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d8b7c, #2cb5a0, #3fd9b3, #5ef3c4, #91fde4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d8b7c, #2cb5a0, #3fd9b3, #5ef3c4, #91fde4);
}
似たようなカラーパレット
下にスクロールして60+個のエステティックカラーパレットを探索しましょう
Tropical Oasis color palette created on .