Charlotte Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Charlotte palette
Charlotte color palette PNG image
Charlotte color palette CSS
/* CSS */
.color-1 {
color: #f2a6c7;
}
.color-2 {
color: #d68ab0;
}
.color-3 {
color: #b66d9c;
}
.color-4 {
color: #a45b8c;
}
.color-5 {
color: #893e68;
}
/* CSS Variables */
:root {
--color-1: #f2a6c7;
--color-2: #d68ab0;
--color-3: #b66d9c;
--color-4: #a45b8c;
--color-5: #893e68;
}
Charlotte background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6c7, #d68ab0, #b66d9c, #a45b8c, #893e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6c7, #d68ab0, #b66d9c, #a45b8c, #893e68);
}
Similar color palettes
Scroll down to explore 3 Pink color palettes
Charlotte color palette created on .