Sunset Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Reverie palette

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

Sunset Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #fbae41;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d83b72;
}
.color-4 {
color: #e06c89;
}
.color-5 {
color: #e1b6e2;
}

/* CSS Variables */
:root {
--color-1: #fbae41;
--color-2: #ff6e61;
--color-3: #d83b72;
--color-4: #e06c89;
--color-5: #e1b6e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbae41, #ff6e61, #d83b72, #e06c89, #e1b6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbae41, #ff6e61, #d83b72, #e06c89, #e1b6e2);
}

Sunset Reverie color palette created on .