Blushing Moth Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Moth Serenade palette

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

Blushing Moth Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #d68a8a;
}
.color-2 {
color: #f0b7b7;
}
.color-3 {
color: #f6d5d5;
}
.color-4 {
color: #eab8c8;
}
.color-5 {
color: #e6b2c4;
}

/* CSS Variables */
:root {
--color-1: #d68a8a;
--color-2: #f0b7b7;
--color-3: #f6d5d5;
--color-4: #eab8c8;
--color-5: #e6b2c4;
}

Blushing Moth Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d68a8a, #f0b7b7, #f6d5d5, #eab8c8, #e6b2c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d68a8a, #f0b7b7, #f6d5d5, #eab8c8, #e6b2c4);
}

Blushing Moth Serenade color palette created on .