Sakura Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sakura Blue palette
Sakura Blue color palette PNG image
Sakura Blue color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #9fd3df;
}
.color-3 {
color: #f1b1d1;
}
.color-4 {
color: #f5bab2;
}
.color-5 {
color: #da4e4e;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #9fd3df;
--color-3: #f1b1d1;
--color-4: #f5bab2;
--color-5: #da4e4e;
}
Sakura Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #9fd3df, #f1b1d1, #f5bab2, #da4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #9fd3df, #f1b1d1, #f5bab2, #da4e4e);
}
Similar color palettes
Sakura Blue color palette created on .