Wonderland Whimsy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wonderland Whimsy palette

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

Wonderland Whimsy カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a2b6;
}
.color-2 {
color: #f8cab9;
}
.color-3 {
color: #f2e6b5;
}
.color-4 {
color: #c5e2a7;
}
.color-5 {
color: #a8d3e1;
}

/* CSS Variables */
:root {
--color-1: #f6a2b6;
--color-2: #f8cab9;
--color-3: #f2e6b5;
--color-4: #c5e2a7;
--color-5: #a8d3e1;
}

Wonderland Whimsy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b6, #f8cab9, #f2e6b5, #c5e2a7, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b6, #f8cab9, #f2e6b5, #c5e2a7, #a8d3e1);
}

Wonderland Whimsy color palette created on .