Karol's Glow Color Palette
Discover the beautiful Karol's Glow color palette featuring petite orchid (#dba39e), rose fog (#e5bdb8), grain brown (#e2d0b6), double spanish white (#e8d7c0) and pavlova (#d8cc97).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Karol's Glow palette
💻 Karol's Glow color palette CSS
/* CSS */
.color-1 {
color: #dba39e;
}
.color-2 {
color: #e5bdb8;
}
.color-3 {
color: #e2d0b6;
}
.color-4 {
color: #e8d7c0;
}
.color-5 {
color: #d8cc97;
}
/* CSS Variables */
:root {
--color-1: #dba39e;
--color-2: #e5bdb8;
--color-3: #e2d0b6;
--color-4: #e8d7c0;
--color-5: #d8cc97;
} 🌈 Karol's Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dba39e, #e5bdb8, #e2d0b6, #e8d7c0, #d8cc97);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dba39e, #e5bdb8, #e2d0b6, #e8d7c0, #d8cc97);
} 🔗 Explore similar color palettes
Karol's Glow color palette created on .