Sunset Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Reverie palette

このパレットを共有する先:

Sunset Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b531;
}
.color-2 {
color: #ddab2c;
}
.color-3 {
color: #e36745;
}
.color-4 {
color: #b94b6a;
}
.color-5 {
color: #6a4e8d;
}

/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #ddab2c;
--color-3: #e36745;
--color-4: #b94b6a;
--color-5: #6a4e8d;
}

Sunset Reverie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #ddab2c, #e36745, #b94b6a, #6a4e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #ddab2c, #e36745, #b94b6a, #6a4e8d);
}

Sunset Reverie color palette created on .