Gilded Urban Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gilded Urban Twilight palette
Gilded Urban Twilight color palette CSS
/* CSS */
.color-1 {
color: #f79e78;
}
.color-2 {
color: #f0c74c;
}
.color-3 {
color: #9fd55d;
}
.color-4 {
color: #4b9eec;
}
.color-5 {
color: #3b3b8c;
}
/* CSS Variables */
:root {
--color-1: #f79e78;
--color-2: #f0c74c;
--color-3: #9fd55d;
--color-4: #4b9eec;
--color-5: #3b3b8c;
}
Gilded Urban Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f79e78, #f0c74c, #9fd55d, #4b9eec, #3b3b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f79e78, #f0c74c, #9fd55d, #4b9eec, #3b3b8c);
}
Similar color palettes
Gilded Urban Twilight color palette created on .