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