Serenity Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity Blossoms palette

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

Serenity Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #f3b9c1;
}
.color-2 {
color: #f7d3a1;
}
.color-3 {
color: #f7e0b6;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #69c4d8;
}

/* CSS Variables */
:root {
--color-1: #f3b9c1;
--color-2: #f7d3a1;
--color-3: #f7e0b6;
--color-4: #a3d5e0;
--color-5: #69c4d8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b9c1, #f7d3a1, #f7e0b6, #a3d5e0, #69c4d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b9c1, #f7d3a1, #f7e0b6, #a3d5e0, #69c4d8);
}

Serenity Blossoms color palette created on .