Megumi Fushiguro Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Megumi Fushiguro palette
Color Inspiration
Images that showcase this color palette in real designs
Download Megumi Fushiguro Color Palette (PNG)
Megumi Fushiguro color palette CSS
/* CSS */
.color-1 {
color: #1f3a60;
}
.color-2 {
color: #506e86;
}
.color-3 {
color: #89b8c8;
}
.color-4 {
color: #f0c9c1;
}
.color-5 {
color: #e85e7e;
}
/* CSS Variables */
:root {
--color-1: #1f3a60;
--color-2: #506e86;
--color-3: #89b8c8;
--color-4: #f0c9c1;
--color-5: #e85e7e;
}
Megumi Fushiguro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a60, #506e86, #89b8c8, #f0c9c1, #e85e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a60, #506e86, #89b8c8, #f0c9c1, #e85e7e);
}
Similar color palettes
Scroll down to explore 1000+ colors.anime color palettes
Megumi Fushiguro color palette created on .