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