Sakura Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sakura Breeze palette
Sakura Breeze color palette CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #e2b6d4;
}
.color-3 {
color: #f5d1a3;
}
.color-4 {
color: #b2a1d9;
}
.color-5 {
color: #ebaaa2;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #e2b6d4;
--color-3: #f5d1a3;
--color-4: #b2a1d9;
--color-5: #ebaaa2;
}
Sakura Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #e2b6d4, #f5d1a3, #b2a1d9, #ebaaa2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #e2b6d4, #f5d1a3, #b2a1d9, #ebaaa2);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Sakura Breeze color palette created on .