Cleo Starr Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cleo Starr palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cleo Starr Color Palette (PNG)
Cleo Starr color palette CSS
/* CSS */
.color-1 {
color: #ffc2cc;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff4400;
}
.color-5 {
color: #ff1492;
}
/* CSS Variables */
:root {
--color-1: #ffc2cc;
--color-2: #ff8052;
--color-3: #ffd900;
--color-4: #ff4400;
--color-5: #ff1492;
}
Cleo Starr background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cc, #ff8052, #ffd900, #ff4400, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cc, #ff8052, #ffd900, #ff4400, #ff1492);
}
Similar color palettes
Cleo Starr color palette created on .