Charming Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Charming Serenity palette
Charming Serenity color palette CSS
/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #f9c9b4;
}
.color-3 {
color: #f8e7af;
}
.color-4 {
color: #b4e5f9;
}
.color-5 {
color: #b4f9d3;
}
/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #f9c9b4;
--color-3: #f8e7af;
--color-4: #b4e5f9;
--color-5: #b4f9d3;
}
Charming Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #f9c9b4, #f8e7af, #b4e5f9, #b4f9d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #f9c9b4, #f8e7af, #b4e5f9, #b4f9d3);
}
Similar color palettes
Charming Serenity color palette created on .