Whimsical Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Blossoms palette

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

Whimsical Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #e7b1c8;
}
.color-2 {
color: #c4a87e;
}
.color-3 {
color: #beab8e;
}
.color-4 {
color: #90b5d5;
}
.color-5 {
color: #f3d0a0;
}

/* CSS Variables */
:root {
--color-1: #e7b1c8;
--color-2: #c4a87e;
--color-3: #beab8e;
--color-4: #90b5d5;
--color-5: #f3d0a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b1c8, #c4a87e, #beab8e, #90b5d5, #f3d0a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b1c8, #c4a87e, #beab8e, #90b5d5, #f3d0a0);
}

Whimsical Blossoms color palette created on .