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