Whimsical Wings カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Wings palette

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

Whimsical Wings カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #a8d3e1;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ff9900;
--color-4: #f4cf3e;
--color-5: #a8d3e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ff9900, #f4cf3e, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ff9900, #f4cf3e, #a8d3e1);
}

Whimsical Wings color palette created on .