Sunset Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Reverie palette

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

Sunset Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f3c949;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #e94e77;
}
.color-4 {
color: #d477bb;
}
.color-5 {
color: #8e5f91;
}

/* CSS Variables */
:root {
--color-1: #f3c949;
--color-2: #f5a524;
--color-3: #e94e77;
--color-4: #d477bb;
--color-5: #8e5f91;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c949, #f5a524, #e94e77, #d477bb, #8e5f91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c949, #f5a524, #e94e77, #d477bb, #8e5f91);
}

Sunset Reverie color palette created on .