Enchanted Twilight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Enchanted Twilight palette
Enchanted Twilight カラーパレット CSS
/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #6a5b8b;
}
.color-3 {
color: #8b6d9c;
}
.color-4 {
color: #c7a7d7;
}
.color-5 {
color: #e3b5c4;
}
/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #6a5b8b;
--color-3: #8b6d9c;
--color-4: #c7a7d7;
--color-5: #e3b5c4;
}
Enchanted Twilight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #6a5b8b, #8b6d9c, #c7a7d7, #e3b5c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #6a5b8b, #8b6d9c, #c7a7d7, #e3b5c4);
}
似たようなカラーパレット
Enchanted Twilight color palette created on .