Glamour Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Glamour Glow palette

Share this palette to:

Download Glamour Glow Color Palette (PNG)

Download glamour glow color palette PNG image (landscape)
Download glamour glow color palette PNG image (square)

Glamour Glow color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ffe057;
}
.color-4 {
color: #f8c572;
}
.color-5 {
color: #f6a7b4;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff998a;
--color-3: #ffe057;
--color-4: #f8c572;
--color-5: #f6a7b4;
}

Glamour Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff998a, #ffe057, #f8c572, #f6a7b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff998a, #ffe057, #f8c572, #f6a7b4);
}

Similar color palettes

Glamour Glow color palette created on .