Sunset Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Reverie palette

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

Sunset Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #d8a44b;
}
.color-3 {
color: #a65c3a;
}
.color-4 {
color: #7b4c8a;
}
.color-5 {
color: #5a7bba;
}

/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #d8a44b;
--color-3: #a65c3a;
--color-4: #7b4c8a;
--color-5: #5a7bba;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #d8a44b, #a65c3a, #7b4c8a, #5a7bba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #d8a44b, #a65c3a, #7b4c8a, #5a7bba);
}

Sunset Reverie color palette created on .