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