Whimsical Blooms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Blooms palette

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

Whimsical Blooms カラーパレット CSS

/* CSS */
.color-1 {
color: #e1b7c4;
}
.color-2 {
color: #d9c6a6;
}
.color-3 {
color: #c4a18d;
}
.color-4 {
color: #b5c5e3;
}
.color-5 {
color: #f0d5a3;
}

/* CSS Variables */
:root {
--color-1: #e1b7c4;
--color-2: #d9c6a6;
--color-3: #c4a18d;
--color-4: #b5c5e3;
--color-5: #f0d5a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7c4, #d9c6a6, #c4a18d, #b5c5e3, #f0d5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7c4, #d9c6a6, #c4a18d, #b5c5e3, #f0d5a3);
}

Whimsical Blooms color palette created on .