Enchanted Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enchanted Hues palette

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

Enchanted Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #5b6e8f;
}
.color-2 {
color: #9daebe;
}
.color-3 {
color: #e8c7a1;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #f9d72f;
}

/* CSS Variables */
:root {
--color-1: #5b6e8f;
--color-2: #9daebe;
--color-3: #e8c7a1;
--color-4: #f1a8a2;
--color-5: #f9d72f;
}

Enchanted Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b6e8f, #9daebe, #e8c7a1, #f1a8a2, #f9d72f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b6e8f, #9daebe, #e8c7a1, #f1a8a2, #f9d72f);
}

Enchanted Hues color palette created on .