Cluckin' Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cluckin' Sunshine palette
Cluckin' Sunshine color palette CSS
/* CSS */
.color-1 {
color: #ffb347;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffe057;
}
.color-4 {
color: #ff9985;
}
.color-5 {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--color-1: #ffb347;
--color-2: #ff6e61;
--color-3: #ffe057;
--color-4: #ff9985;
--color-5: #ff3d3d;
}
Cluckin' Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb347, #ff6e61, #ffe057, #ff9985, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb347, #ff6e61, #ffe057, #ff9985, #ff3d3d);
}
Similar color palettes
Cluckin' Sunshine color palette created on .