Melancholy Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Melancholy Sunrise palette

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

Melancholy Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #e7b1c3;
}
.color-3 {
color: #f6d6a7;
}
.color-4 {
color: #f9e8ae;
}
.color-5 {
color: #f5b55c;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #e7b1c3;
--color-3: #f6d6a7;
--color-4: #f9e8ae;
--color-5: #f5b55c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #e7b1c3, #f6d6a7, #f9e8ae, #f5b55c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #e7b1c3, #f6d6a7, #f9e8ae, #f5b55c);
}

Melancholy Sunrise color palette created on .