Whimsical Carnival Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Carnival palette
Whimsical Carnival color palette CSS
/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9a42;
}
.color-4 {
color: #ffc300;
}
.color-5 {
color: #ff5833;
}
/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff6e61;
--color-3: #ff9a42;
--color-4: #ffc300;
--color-5: #ff5833;
}
Whimsical Carnival background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff6e61, #ff9a42, #ffc300, #ff5833);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff6e61, #ff9a42, #ffc300, #ff5833);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Whimsical Carnival color palette created on .