Pastel Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Breeze palette
Color Inspiration
Images that showcase this color palette in real designs
No images found
Download Pastel Breeze Color Palette (PNG)
Pastel Breeze color palette CSS
/* CSS */
.color-1 {
color: #d2f7f9;
}
.color-2 {
color: #e8bfe4;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #ffb3e4;
}
.color-5 {
color: #003f75;
}
/* CSS Variables */
:root {
--color-1: #d2f7f9;
--color-2: #e8bfe4;
--color-3: #ffffff;
--color-4: #ffb3e4;
--color-5: #003f75;
}
Pastel Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2f7f9, #e8bfe4, #ffffff, #ffb3e4, #003f75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2f7f9, #e8bfe4, #ffffff, #ffb3e4, #003f75);
}
Similar color palettes
Pastel Breeze color palette created on .