Cheddar Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cheddar Bliss palette

Share this palette to:

Cheddar Bliss color palette CSS

/* CSS */
.color-1 {
color: #f6c13c;
}
.color-2 {
color: #e8a83b;
}
.color-3 {
color: #d89b31;
}
.color-4 {
color: #c98f2c;
}
.color-5 {
color: #b87f28;
}

/* CSS Variables */
:root {
--color-1: #f6c13c;
--color-2: #e8a83b;
--color-3: #d89b31;
--color-4: #c98f2c;
--color-5: #b87f28;
}

Cheddar Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c13c, #e8a83b, #d89b31, #c98f2c, #b87f28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c13c, #e8a83b, #d89b31, #c98f2c, #b87f28);
}

Cheddar Bliss color palette created on .