Eloise's Enchanted Tomes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Eloise's Enchanted Tomes palette

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

Eloise's Enchanted Tomes カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b1a1;
}
.color-2 {
color: #f19dbc;
}
.color-3 {
color: #f75e8a;
}
.color-4 {
color: #c85b9a;
}
.color-5 {
color: #682c54;
}

/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f19dbc;
--color-3: #f75e8a;
--color-4: #c85b9a;
--color-5: #682c54;
}

Eloise's Enchanted Tomes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f19dbc, #f75e8a, #c85b9a, #682c54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f19dbc, #f75e8a, #c85b9a, #682c54);
}

Eloise's Enchanted Tomes color palette created on .