Sunset Over the Skyline Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sunset Over the Skyline palette
tavolozza dei colori Sunset Over the Skyline CSS
/* CSS */
.color-1 {
color: #f5c899;
}
.color-2 {
color: #f1a76a;
}
.color-3 {
color: #d88c3b;
}
.color-4 {
color: #c25f2e;
}
.color-5 {
color: #a43d2d;
}
/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #f1a76a;
--color-3: #d88c3b;
--color-4: #c25f2e;
--color-5: #a43d2d;
}
CSS con gradiente di sfondo Sunset Over the Skyline
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #f1a76a, #d88c3b, #c25f2e, #a43d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #f1a76a, #d88c3b, #c25f2e, #a43d2d);
}
Tavolozze di colori simili
Sunset Over the Skyline color palette created on .