Sakura Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sakura palette
Sakura color palette PNG image
Sakura color palette CSS
/* CSS */
.color-1 {
color: #f6b6c0;
}
.color-2 {
color: #f8d3e2;
}
.color-3 {
color: #e1a8d3;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #6cb4e5;
}
/* CSS Variables */
:root {
--color-1: #f6b6c0;
--color-2: #f8d3e2;
--color-3: #e1a8d3;
--color-4: #a2c7e7;
--color-5: #6cb4e5;
}
Sakura background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b6c0, #f8d3e2, #e1a8d3, #a2c7e7, #6cb4e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b6c0, #f8d3e2, #e1a8d3, #a2c7e7, #6cb4e5);
}
Similar color palettes
Sakura color palette created on .