Pink Sakura Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Sakura palette
Pink Sakura color palette CSS
/* CSS */
.color-1 {
color: #f6c6d3;
}
.color-2 {
color: #f3a5b0;
}
.color-3 {
color: #f1a2c7;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #d5b3e0;
}
/* CSS Variables */
:root {
--color-1: #f6c6d3;
--color-2: #f3a5b0;
--color-3: #f1a2c7;
--color-4: #eab8e4;
--color-5: #d5b3e0;
}
Pink Sakura background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d3, #f3a5b0, #f1a2c7, #eab8e4, #d5b3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d3, #f3a5b0, #f1a2c7, #eab8e4, #d5b3e0);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Sakura color palette created on .