Seaside Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Seaside Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Seaside Serenity Color Palette (PNG)
Seaside Serenity color palette CSS
/* CSS */
.color-1 {
color: #e1d6d1;
}
.color-2 {
color: #c4b8a6;
}
.color-3 {
color: #b3998f;
}
.color-4 {
color: #a67d6e;
}
.color-5 {
color: #7c5d4b;
}
/* CSS Variables */
:root {
--color-1: #e1d6d1;
--color-2: #c4b8a6;
--color-3: #b3998f;
--color-4: #a67d6e;
--color-5: #7c5d4b;
}
Seaside Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1d6d1, #c4b8a6, #b3998f, #a67d6e, #7c5d4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1d6d1, #c4b8a6, #b3998f, #a67d6e, #7c5d4b);
}
Similar color palettes
Seaside Serenity color palette created on .