Chill Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Chill Breeze palette
Chill Breeze color palette CSS
/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #4db8ff;
}
.color-3 {
color: #80e3ff;
}
.color-4 {
color: #b3e0ff;
}
.color-5 {
color: #d1f4ff;
}
/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #4db8ff;
--color-3: #80e3ff;
--color-4: #b3e0ff;
--color-5: #d1f4ff;
}
Chill Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #4db8ff, #80e3ff, #b3e0ff, #d1f4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #4db8ff, #80e3ff, #b3e0ff, #d1f4ff);
}
Similar color palettes
Chill Breeze color palette created on .