Coastal Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coastal Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Coastal Serenity Color Palette (PNG)
Coastal Serenity color palette CSS
/* CSS */
.color-1 {
color: #596d9b;
}
.color-2 {
color: #899bc2;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #f2e7a6;
}
.color-5 {
color: #f2b75a;
}
/* CSS Variables */
:root {
--color-1: #596d9b;
--color-2: #899bc2;
--color-3: #a3c7e0;
--color-4: #f2e7a6;
--color-5: #f2b75a;
}
Coastal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #596d9b, #899bc2, #a3c7e0, #f2e7a6, #f2b75a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #596d9b, #899bc2, #a3c7e0, #f2e7a6, #f2b75a);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Coastal Serenity color palette created on .