Sunset Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Reverie palette

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

Sunset Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e5ba;
}
.color-2 {
color: #e2b855;
}
.color-3 {
color: #d68a2e;
}
.color-4 {
color: #b95b2d;
}
.color-5 {
color: #a93e2d;
}

/* CSS Variables */
:root {
--color-1: #f3e5ba;
--color-2: #e2b855;
--color-3: #d68a2e;
--color-4: #b95b2d;
--color-5: #a93e2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5ba, #e2b855, #d68a2e, #b95b2d, #a93e2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5ba, #e2b855, #d68a2e, #b95b2d, #a93e2d);
}

Sunset Reverie color palette created on .