Serene Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Blossoms palette

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

Serene Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #fdd5a0;
}
.color-3 {
color: #f8d79b;
}
.color-4 {
color: #b5e1e3;
}
.color-5 {
color: #6db2f3;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #fdd5a0;
--color-3: #f8d79b;
--color-4: #b5e1e3;
--color-5: #6db2f3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #fdd5a0, #f8d79b, #b5e1e3, #6db2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #fdd5a0, #f8d79b, #b5e1e3, #6db2f3);
}

Serene Blossoms color palette created on .