Wonderland Whimsy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wonderland Whimsy palette

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

Wonderland Whimsy カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #fab700;
--color-3: #ff6e61;
--color-4: #690571;
--color-5: #f2f2f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #fab700, #ff6e61, #690571, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #fab700, #ff6e61, #690571, #f2f2f2);
}

Wonderland Whimsy color palette created on .