Sunset Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Embrace palette

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

Sunset Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #c82d42;
}
.color-2 {
color: #d5786c;
}
.color-3 {
color: #e6bab7;
}
.color-4 {
color: #f2d8d4;
}
.color-5 {
color: #f9e7e1;
}

/* CSS Variables */
:root {
--color-1: #c82d42;
--color-2: #d5786c;
--color-3: #e6bab7;
--color-4: #f2d8d4;
--color-5: #f9e7e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c82d42, #d5786c, #e6bab7, #f2d8d4, #f9e7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c82d42, #d5786c, #e6bab7, #f2d8d4, #f9e7e1);
}

Sunset Embrace color palette created on .