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: #3300cc;
}
.color-2 {
color: #0074cc;
}
.color-3 {
color: #5200cc;
}
.color-4 {
color: #00bbcc;
}
.color-5 {
color: #00a0cc;
}
/* CSS Variables */
:root {
--color-1: #3300cc;
--color-2: #0074cc;
--color-3: #5200cc;
--color-4: #00bbcc;
--color-5: #00a0cc;
}
Coastal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3300cc, #0074cc, #5200cc, #00bbcc, #00a0cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3300cc, #0074cc, #5200cc, #00bbcc, #00a0cc);
}
Similar color palettes
Coastal Serenity color palette created on .