Melancholy Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Melancholy Blossoms palette

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

Melancholy Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #7a599b;
}
.color-3 {
color: #b06d99;
}
.color-4 {
color: #daa98b;
}
.color-5 {
color: #f6c160;
}

/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #7a599b;
--color-3: #b06d99;
--color-4: #daa98b;
--color-5: #f6c160;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #7a599b, #b06d99, #daa98b, #f6c160);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #7a599b, #b06d99, #daa98b, #f6c160);
}

Melancholy Blossoms color palette created on .