Homura Akemi Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Homura Akemi palette
Color Inspiration
Images that showcase this color palette in real designs
Download Homura Akemi Color Palette (PNG)
Homura Akemi color palette CSS
/* CSS */
.color-1 {
color: #0c1e40;
}
.color-2 {
color: #3b2956;
}
.color-3 {
color: #844c8a;
}
.color-4 {
color: #d57b8c;
}
.color-5 {
color: #f3b4c2;
}
/* CSS Variables */
:root {
--color-1: #0c1e40;
--color-2: #3b2956;
--color-3: #844c8a;
--color-4: #d57b8c;
--color-5: #f3b4c2;
}
Homura Akemi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c1e40, #3b2956, #844c8a, #d57b8c, #f3b4c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c1e40, #3b2956, #844c8a, #d57b8c, #f3b4c2);
}
Similar color palettes
Homura Akemi color palette created on .