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