Sunset Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Reverie palette

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

Sunset Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #e76e1d;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #e3e3e3;
}
.color-4 {
color: #287fb8;
}
.color-5 {
color: #8d43ad;
}

/* CSS Variables */
:root {
--color-1: #e76e1d;
--color-2: #f1c40e;
--color-3: #e3e3e3;
--color-4: #287fb8;
--color-5: #8d43ad;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e76e1d, #f1c40e, #e3e3e3, #287fb8, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e76e1d, #f1c40e, #e3e3e3, #287fb8, #8d43ad);
}

Sunset Reverie color palette created on .