Blush Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blush Serenity palette

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

Blush Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f8d2a0;
}
.color-2 {
color: #f1b1a7;
}
.color-3 {
color: #f1a7a2;
}
.color-4 {
color: #d68094;
}
.color-5 {
color: #bf63b0;
}

/* CSS Variables */
:root {
--color-1: #f8d2a0;
--color-2: #f1b1a7;
--color-3: #f1a7a2;
--color-4: #d68094;
--color-5: #bf63b0;
}

Blush Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d2a0, #f1b1a7, #f1a7a2, #d68094, #bf63b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d2a0, #f1b1a7, #f1a7a2, #d68094, #bf63b0);
}

Blush Serenity color palette created on .