Fresh Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fresh Breeze palette
Fresh Breeze color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e0e0e0;
}
.color-3 {
color: #b3ffdb;
}
.color-4 {
color: #f05179;
}
.color-5 {
color: #79c8c8;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e0e0e0;
--color-3: #b3ffdb;
--color-4: #f05179;
--color-5: #79c8c8;
}
Fresh Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e0e0e0, #b3ffdb, #f05179, #79c8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e0e0e0, #b3ffdb, #f05179, #79c8c8);
}
Similar color palettes
Fresh Breeze color palette created on .