Megumi Fushiguro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Megumi Fushiguro palette

Share this palette to:

Megumi Fushiguro color palette PNG image

Download megumi fushiguro color palette PNG image (landscape)
Download megumi fushiguro color palette PNG image (square)

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);
}

Megumi Fushiguro color palette created on .