Yellow Camilatown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Camilatown palette
Yellow Camilatown color palette CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f9e82f;
}
.color-3 {
color: #f9d94e;
}
.color-4 {
color: #e6b628;
}
.color-5 {
color: #d64b29;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f9e82f;
--color-3: #f9d94e;
--color-4: #e6b628;
--color-5: #d64b29;
}
Yellow Camilatown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f9e82f, #f9d94e, #e6b628, #d64b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f9e82f, #f9d94e, #e6b628, #d64b29);
}
Similar color palettes
Yellow Camilatown color palette created on .