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