Whimsical Abby カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Abby palette

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

Whimsical Abby カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f2a87d;
}
.color-3 {
color: #f0d499;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #a2c8e6;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f2a87d;
--color-3: #f0d499;
--color-4: #a7d7b8;
--color-5: #a2c8e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f2a87d, #f0d499, #a7d7b8, #a2c8e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f2a87d, #f0d499, #a7d7b8, #a2c8e6);
}

Whimsical Abby color palette created on .