Sunset Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Reverie palette

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

Sunset Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #5abf9b;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f08800;
}
.color-4 {
color: #e64d00;
}
.color-5 {
color: #8a1e00;
}

/* CSS Variables */
:root {
--color-1: #5abf9b;
--color-2: #f6b83c;
--color-3: #f08800;
--color-4: #e64d00;
--color-5: #8a1e00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf9b, #f6b83c, #f08800, #e64d00, #8a1e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf9b, #f6b83c, #f08800, #e64d00, #8a1e00);
}

Sunset Reverie color palette created on .