Sunset Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Reverie palette

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

Sunset Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f56a00;
}
.color-3 {
color: #f7698c;
}
.color-4 {
color: #f5a8b2;
}
.color-5 {
color: #f2d5a6;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f56a00;
--color-3: #f7698c;
--color-4: #f5a8b2;
--color-5: #f2d5a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f56a00, #f7698c, #f5a8b2, #f2d5a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f56a00, #f7698c, #f5a8b2, #f2d5a6);
}

Sunset Reverie color palette created on .