Coastal Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coastal Serenity palette
Download Coastal Serenity Color Palette (PNG)
Coastal Serenity color palette CSS
/* CSS */
.color-1 {
color: #3a3b40;
}
.color-2 {
color: #2e8ca3;
}
.color-3 {
color: #af906a;
}
.color-4 {
color: #a1c8e8;
}
.color-5 {
color: #6c6328;
}
/* CSS Variables */
:root {
--color-1: #3a3b40;
--color-2: #2e8ca3;
--color-3: #af906a;
--color-4: #a1c8e8;
--color-5: #6c6328;
}
Coastal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b40, #2e8ca3, #af906a, #a1c8e8, #6c6328);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b40, #2e8ca3, #af906a, #a1c8e8, #6c6328);
}
Similar color palettes
Coastal Serenity color palette created on .