Blooming Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blooming Serenity palette

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

Blooming Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a77b9c;
}
.color-2 {
color: #d2b2c5;
}
.color-3 {
color: #f4c8e2;
}
.color-4 {
color: #f9d3b4;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #a77b9c;
--color-2: #d2b2c5;
--color-3: #f4c8e2;
--color-4: #f9d3b4;
--color-5: #f0a400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77b9c, #d2b2c5, #f4c8e2, #f9d3b4, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77b9c, #d2b2c5, #f4c8e2, #f9d3b4, #f0a400);
}

Blooming Serenity color palette created on .