Cousin's Carnival Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cousin's Carnival palette

Share this palette to:

Cousin's Carnival color palette CSS

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff4281;
}
.color-5 {
color: #ff1a47;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #ff4281;
--color-5: #ff1a47;
}

Cousin's Carnival background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ff6e61, #ffb84d, #ff4281, #ff1a47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ff6e61, #ffb84d, #ff4281, #ff1a47);
}

Cousin's Carnival color palette created on .