Retro Night Girl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Night Girl palette
Retro Night Girl color palette PNG image
Retro Night Girl color palette CSS
/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #4f2a92;
}
.color-5 {
color: #2a9d8e;
}
/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ff6d1f;
--color-3: #ffd900;
--color-4: #4f2a92;
--color-5: #2a9d8e;
}
Retro Night Girl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ff6d1f, #ffd900, #4f2a92, #2a9d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ff6d1f, #ffd900, #4f2a92, #2a9d8e);
}
Similar color palettes
Retro Night Girl color palette created on .