Whimsical Blush Garden カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Blush Garden palette

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

Whimsical Blush Garden カラーパレット CSS

/* CSS */
.color-1 {
color: #e0e0e0;
}
.color-2 {
color: #d779ab;
}
.color-3 {
color: #c59bbc;
}
.color-4 {
color: #f1b1c2;
}
.color-5 {
color: #f7d4e1;
}

/* CSS Variables */
:root {
--color-1: #e0e0e0;
--color-2: #d779ab;
--color-3: #c59bbc;
--color-4: #f1b1c2;
--color-5: #f7d4e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e0e0, #d779ab, #c59bbc, #f1b1c2, #f7d4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e0e0, #d779ab, #c59bbc, #f1b1c2, #f7d4e1);
}

Whimsical Blush Garden color palette created on .