Seaside Serenity Palette Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Seaside Serenity Palette palette
Seaside Serenity Palette color palette CSS
/* CSS */
.color-1 {
color: #d2e2e4;
}
.color-2 {
color: #c7d4d6;
}
.color-3 {
color: #d4ad96;
}
.color-4 {
color: #8399b4;
}
.color-5 {
color: #a47860;
}
/* CSS Variables */
:root {
--color-1: #d2e2e4;
--color-2: #c7d4d6;
--color-3: #d4ad96;
--color-4: #8399b4;
--color-5: #a47860;
}
Seaside Serenity Palette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2e2e4, #c7d4d6, #d4ad96, #8399b4, #a47860);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2e2e4, #c7d4d6, #d4ad96, #8399b4, #a47860);
}
Similar color palettes
Scroll down to explore 2 Soft blue color palettes
Seaside Serenity Palette color palette created on .