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: #a3b9e0;
}
.color-2 {
color: #6d9bc0;
}
.color-3 {
color: #4e8da6;
}
.color-4 {
color: #2b6988;
}
.color-5 {
color: #1b505a;
}
/* CSS Variables */
:root {
--color-1: #a3b9e0;
--color-2: #6d9bc0;
--color-3: #4e8da6;
--color-4: #2b6988;
--color-5: #1b505a;
}
Coastal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3b9e0, #6d9bc0, #4e8da6, #2b6988, #1b505a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3b9e0, #6d9bc0, #4e8da6, #2b6988, #1b505a);
}
Similar color palettes
Coastal Serenity color palette created on .