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