Whimsical Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Blossoms palette

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

Whimsical Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f6c6b1;
}
.color-3 {
color: #f4e3b3;
}
.color-4 {
color: #b5e1a3;
}
.color-5 {
color: #a1d5e8;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f6c6b1;
--color-3: #f4e3b3;
--color-4: #b5e1a3;
--color-5: #a1d5e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f6c6b1, #f4e3b3, #b5e1a3, #a1d5e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f6c6b1, #f4e3b3, #b5e1a3, #a1d5e8);
}

Whimsical Blossoms color palette created on .