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