Retro Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Sunshine palette
Retro Sunshine color palette PNG image
Retro Sunshine color palette CSS
/* CSS */
.color-1 {
color: #d85b3b;
}
.color-2 {
color: #f6b531;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #a9d256;
}
.color-5 {
color: #3b9fd8;
}
/* CSS Variables */
:root {
--color-1: #d85b3b;
--color-2: #f6b531;
--color-3: #f7c94b;
--color-4: #a9d256;
--color-5: #3b9fd8;
}
Retro Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85b3b, #f6b531, #f7c94b, #a9d256, #3b9fd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85b3b, #f6b531, #f7c94b, #a9d256, #3b9fd8);
}
Similar color palettes
Retro Sunshine color palette created on .