Enchanted Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enchanted Elegance palette

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

Enchanted Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #5e5b9a;
}
.color-2 {
color: #aa8ac1;
}
.color-3 {
color: #d6a4e0;
}
.color-4 {
color: #f0a3b7;
}
.color-5 {
color: #f7d6a1;
}

/* CSS Variables */
:root {
--color-1: #5e5b9a;
--color-2: #aa8ac1;
--color-3: #d6a4e0;
--color-4: #f0a3b7;
--color-5: #f7d6a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e5b9a, #aa8ac1, #d6a4e0, #f0a3b7, #f7d6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e5b9a, #aa8ac1, #d6a4e0, #f0a3b7, #f7d6a1);
}

Enchanted Elegance color palette created on .