Sunset Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Reverie palette

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

Sunset Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c47a;
}
.color-2 {
color: #f1a64b;
}
.color-3 {
color: #d65b2e;
}
.color-4 {
color: #9f3c48;
}
.color-5 {
color: #6d2c90;
}

/* CSS Variables */
:root {
--color-1: #f5c47a;
--color-2: #f1a64b;
--color-3: #d65b2e;
--color-4: #9f3c48;
--color-5: #6d2c90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c47a, #f1a64b, #d65b2e, #9f3c48, #6d2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c47a, #f1a64b, #d65b2e, #9f3c48, #6d2c90);
}

Sunset Reverie color palette created on .