Sunny Salles Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Salles palette
Sunny Salles color palette PNG image
Sunny Salles color palette CSS
/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffee00;
}
.color-4 {
color: #008060;
}
.color-5 {
color: #00b2d6;
}
/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ffcc00;
--color-3: #ffee00;
--color-4: #008060;
--color-5: #00b2d6;
}
Sunny Salles background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ffcc00, #ffee00, #008060, #00b2d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ffcc00, #ffee00, #008060, #00b2d6);
}
Similar color palettes
Scroll down to explore 200+ Yellow color palettes
Sunny Salles color palette created on .