Serene Bloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Bloom palette

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

Serene Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #dfafe4;
}
.color-2 {
color: #b8e1e5;
}
.color-3 {
color: #8bc0c1;
}
.color-4 {
color: #b3f49f;
}
.color-5 {
color: #f9e5b4;
}

/* CSS Variables */
:root {
--color-1: #dfafe4;
--color-2: #b8e1e5;
--color-3: #8bc0c1;
--color-4: #b3f49f;
--color-5: #f9e5b4;
}

Serene Bloom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfafe4, #b8e1e5, #8bc0c1, #b3f49f, #f9e5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfafe4, #b8e1e5, #8bc0c1, #b3f49f, #f9e5b4);
}

Serene Bloom color palette created on .