Seaside Serenity Color Palette
Discover the beautiful Seaside Serenity color palette featuring wafer (#e1d6d1), bison hide (#c4b8a6), thatch (#b3998f), sandal (#a67d6e) and roman coffee (#7c5d4b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Earthy, Soft color palettes and combinations.
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Seaside Serenity palette
💻 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);
}
🔗 Explore similar color palettes
Seaside Serenity color palette created on .