Whimsical Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Elegance palette

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

Whimsical Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #c8b4a3;
}
.color-2 {
color: #e6d5c1;
}
.color-3 {
color: #f8e2a0;
}
.color-4 {
color: #f4b490;
}
.color-5 {
color: #e2a2b6;
}

/* CSS Variables */
:root {
--color-1: #c8b4a3;
--color-2: #e6d5c1;
--color-3: #f8e2a0;
--color-4: #f4b490;
--color-5: #e2a2b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8b4a3, #e6d5c1, #f8e2a0, #f4b490, #e2a2b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8b4a3, #e6d5c1, #f8e2a0, #f4b490, #e2a2b6);
}

Whimsical Elegance color palette created on .