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: #e8b0c2;
}
.color-2 {
color: #f6cc98;
}
.color-3 {
color: #ffdb80;
}
.color-4 {
color: #d5f6a7;
}
.color-5 {
color: #a3d5e0;
}
/* CSS Variables */
:root {
--color-1: #e8b0c2;
--color-2: #f6cc98;
--color-3: #ffdb80;
--color-4: #d5f6a7;
--color-5: #a3d5e0;
}
Sakura Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b0c2, #f6cc98, #ffdb80, #d5f6a7, #a3d5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b0c2, #f6cc98, #ffdb80, #d5f6a7, #a3d5e0);
}
Similar color palettes
Sakura Breeze color palette created on .