Eggshell Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eggshell Serenity palette
Download Eggshell Serenity Color Palette (PNG)
Eggshell Serenity color palette CSS
/* CSS */
.color-1 {
color: #eee3d3;
}
.color-2 {
color: #e4d1b9;
}
.color-3 {
color: #c5b5a5;
}
.color-4 {
color: #b0a08d;
}
.color-5 {
color: #a18b7d;
}
/* CSS Variables */
:root {
--color-1: #eee3d3;
--color-2: #e4d1b9;
--color-3: #c5b5a5;
--color-4: #b0a08d;
--color-5: #a18b7d;
}
Eggshell Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eee3d3, #e4d1b9, #c5b5a5, #b0a08d, #a18b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eee3d3, #e4d1b9, #c5b5a5, #b0a08d, #a18b7d);
}
Similar color palettes
Eggshell Serenity color palette created on .