Enchanted Kingdoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enchanted Kingdoms palette

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

Enchanted Kingdoms カラーパレット CSS

/* CSS */
.color-1 {
color: #7f4b8b;
}
.color-2 {
color: #b35b7b;
}
.color-3 {
color: #e6a66b;
}
.color-4 {
color: #f9d75d;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #7f4b8b;
--color-2: #b35b7b;
--color-3: #e6a66b;
--color-4: #f9d75d;
--color-5: #f4a462;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f4b8b, #b35b7b, #e6a66b, #f9d75d, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f4b8b, #b35b7b, #e6a66b, #f9d75d, #f4a462);
}

Enchanted Kingdoms color palette created on .