Eastern Breeze Butterfly Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eastern Breeze Butterfly palette
Eastern Breeze Butterfly color palette CSS
/* CSS */
.color-1 {
color: #0092d1;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #a3d6e0;
}
.color-4 {
color: #d3e9f3;
}
.color-5 {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--color-1: #0092d1;
--color-2: #00b0e0;
--color-3: #a3d6e0;
--color-4: #d3e9f3;
--color-5: #f0f8ff;
}
Eastern Breeze Butterfly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0092d1, #00b0e0, #a3d6e0, #d3e9f3, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0092d1, #00b0e0, #a3d6e0, #d3e9f3, #f0f8ff);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Eastern Breeze Butterfly color palette created on .