Whimsical Infestation カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Infestation palette

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

Whimsical Infestation カラーパレット CSS

/* CSS */
.color-1 {
color: #d2c3e9;
}
.color-2 {
color: #a3d5e0;
}
.color-3 {
color: #6fb3c3;
}
.color-4 {
color: #4fa18b;
}
.color-5 {
color: #f1c0b7;
}

/* CSS Variables */
:root {
--color-1: #d2c3e9;
--color-2: #a3d5e0;
--color-3: #6fb3c3;
--color-4: #4fa18b;
--color-5: #f1c0b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c3e9, #a3d5e0, #6fb3c3, #4fa18b, #f1c0b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c3e9, #a3d5e0, #6fb3c3, #4fa18b, #f1c0b7);
}

Whimsical Infestation color palette created on .