Coastal Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coastal Serenity palette
Coastal Serenity color palette CSS
/* CSS */
.color-1 {
color: #3a3b35;
}
.color-2 {
color: #707057;
}
.color-3 {
color: #a69c6e;
}
.color-4 {
color: #d3c9a1;
}
.color-5 {
color: #f5f0d6;
}
/* CSS Variables */
:root {
--color-1: #3a3b35;
--color-2: #707057;
--color-3: #a69c6e;
--color-4: #d3c9a1;
--color-5: #f5f0d6;
}
Coastal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b35, #707057, #a69c6e, #d3c9a1, #f5f0d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b35, #707057, #a69c6e, #d3c9a1, #f5f0d6);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Coastal Serenity color palette created on .