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