Sunset Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Reverie palette

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

Sunset Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff382e;
}
.color-4 {
color: #d8417b;
}
.color-5 {
color: #8d3f8a;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6d2e;
--color-3: #ff382e;
--color-4: #d8417b;
--color-5: #8d3f8a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6d2e, #ff382e, #d8417b, #8d3f8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6d2e, #ff382e, #d8417b, #8d3f8a);
}

Sunset Reverie color palette created on .