Whimsical Fables カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Fables palette

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

Whimsical Fables カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f9a4b2;
}
.color-4 {
color: #f9b4de;
}
.color-5 {
color: #f8a5d1;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f9aeae;
--color-3: #f9a4b2;
--color-4: #f9b4de;
--color-5: #f8a5d1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f9aeae, #f9a4b2, #f9b4de, #f8a5d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f9aeae, #f9a4b2, #f9b4de, #f8a5d1);
}

Whimsical Fables color palette created on .