Charlotte Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Charlotte palette

Share this palette to:

Charlotte color palette CSS

/* CSS */
.color-1 {
color: #f2a6c2;
}
.color-2 {
color: #f7d3bb;
}
.color-3 {
color: #f4e49f;
}
.color-4 {
color: #bbe5b8;
}
.color-5 {
color: #a8d8e1;
}

/* CSS Variables */
:root {
--color-1: #f2a6c2;
--color-2: #f7d3bb;
--color-3: #f4e49f;
--color-4: #bbe5b8;
--color-5: #a8d8e1;
}

Charlotte background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6c2, #f7d3bb, #f4e49f, #bbe5b8, #a8d8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6c2, #f7d3bb, #f4e49f, #bbe5b8, #a8d8e1);
}

Charlotte color palette created on .