Enchanted Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enchanted Twilight palette

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

Enchanted Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #2d395c;
}
.color-2 {
color: #3e5b89;
}
.color-3 {
color: #5ca4b7;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f05038;
}

/* CSS Variables */
:root {
--color-1: #2d395c;
--color-2: #3e5b89;
--color-3: #5ca4b7;
--color-4: #f6b83c;
--color-5: #f05038;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d395c, #3e5b89, #5ca4b7, #f6b83c, #f05038);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d395c, #3e5b89, #5ca4b7, #f6b83c, #f05038);
}

Enchanted Twilight color palette created on .