Soft Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Glow palette
Soft Glow color palette PNG image
Soft Glow color palette CSS
/* CSS */
.color-1 {
color: #f8d5c4;
}
.color-2 {
color: #e8b8a1;
}
.color-3 {
color: #d49a8c;
}
.color-4 {
color: #c67b6c;
}
.color-5 {
color: #a55b4a;
}
/* CSS Variables */
:root {
--color-1: #f8d5c4;
--color-2: #e8b8a1;
--color-3: #d49a8c;
--color-4: #c67b6c;
--color-5: #a55b4a;
}
Soft Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5c4, #e8b8a1, #d49a8c, #c67b6c, #a55b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5c4, #e8b8a1, #d49a8c, #c67b6c, #a55b4a);
}
Similar color palettes
Soft Glow color palette created on .