Pastel Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Breeze palette
Pastel Breeze color palette PNG image
Pastel Breeze color palette CSS
/* CSS */
.color-1 {
color: #e8f4fc;
}
.color-2 {
color: #e1e3f9;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #e9e6f9;
}
.color-5 {
color: #375586;
}
/* CSS Variables */
:root {
--color-1: #e8f4fc;
--color-2: #e1e3f9;
--color-3: #ffffff;
--color-4: #e9e6f9;
--color-5: #375586;
}
Pastel Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8f4fc, #e1e3f9, #ffffff, #e9e6f9, #375586);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8f4fc, #e1e3f9, #ffffff, #e9e6f9, #375586);
}
Similar color palettes
Pastel Breeze color palette created on .