Curly Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Curly palette
Curly color palette PNG image
Curly color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #69af4b;
}
.color-4 {
color: #00aaff;
}
.color-5 {
color: #e84594;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c94b;
--color-3: #69af4b;
--color-4: #00aaff;
--color-5: #e84594;
}
Curly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c94b, #69af4b, #00aaff, #e84594);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c94b, #69af4b, #00aaff, #e84594);
}
Similar color palettes
Curly color palette created on .