Sunset Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Blossoms palette

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

Sunset Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e3a0;
}
.color-2 {
color: #f5c99e;
}
.color-3 {
color: #f28c82;
}
.color-4 {
color: #e76a6a;
}
.color-5 {
color: #d24646;
}

/* CSS Variables */
:root {
--color-1: #f8e3a0;
--color-2: #f5c99e;
--color-3: #f28c82;
--color-4: #e76a6a;
--color-5: #d24646;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e3a0, #f5c99e, #f28c82, #e76a6a, #d24646);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e3a0, #f5c99e, #f28c82, #e76a6a, #d24646);
}

Sunset Blossoms color palette created on .