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