Sunset Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Reverie palette

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

Sunset Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f5a8b2;
}
.color-3 {
color: #d47be0;
}
.color-4 {
color: #5b86e1;
}
.color-5 {
color: #3d5c99;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f5a8b2;
--color-3: #d47be0;
--color-4: #5b86e1;
--color-5: #3d5c99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f5a8b2, #d47be0, #5b86e1, #3d5c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f5a8b2, #d47be0, #5b86e1, #3d5c99);
}

Sunset Reverie color palette created on .