Petals of Hanako Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Petals of Hanako palette
Petals of Hanako color palette CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f6d67e;
}
.color-3 {
color: #a0dab6;
}
.color-4 {
color: #5b8ad7;
}
.color-5 {
color: #4b69af;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f6d67e;
--color-3: #a0dab6;
--color-4: #5b8ad7;
--color-5: #4b69af;
}
Petals of Hanako background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f6d67e, #a0dab6, #5b8ad7, #4b69af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f6d67e, #a0dab6, #5b8ad7, #4b69af);
}
Similar color palettes
Petals of Hanako color palette created on .