Calm Coastal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Calm Coastal palette
Calm Coastal color palette PNG image
Calm Coastal color palette CSS
/* CSS */
.color-1 {
color: #a1d6e8;
}
.color-2 {
color: #f2a6b4;
}
.color-3 {
color: #f6e1a7;
}
.color-4 {
color: #b5e2a1;
}
.color-5 {
color: #ffcc85;
}
/* CSS Variables */
:root {
--color-1: #a1d6e8;
--color-2: #f2a6b4;
--color-3: #f6e1a7;
--color-4: #b5e2a1;
--color-5: #ffcc85;
}
Calm Coastal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d6e8, #f2a6b4, #f6e1a7, #b5e2a1, #ffcc85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d6e8, #f2a6b4, #f6e1a7, #b5e2a1, #ffcc85);
}
Similar color palettes
Scroll down to explore 1000+ Aesthetic color palettes
Calm Coastal color palette created on .