Carnival Colors Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Carnival Colors palette
Carnival Colors color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #e63746;
}
.color-4 {
color: #f1fa89;
}
.color-5 {
color: #a7dadc;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffd900;
--color-3: #e63746;
--color-4: #f1fa89;
--color-5: #a7dadc;
}
Carnival Colors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffd900, #e63746, #f1fa89, #a7dadc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffd900, #e63746, #f1fa89, #a7dadc);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Carnival Colors color palette created on .