Coral Demon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Demon palette
Coral Demon color palette CSS
/* CSS */
.color-1 {
color: #e28d8d;
}
.color-2 {
color: #daa471;
}
.color-3 {
color: #e1c489;
}
.color-4 {
color: #96cab8;
}
.color-5 {
color: #716a95;
}
/* CSS Variables */
:root {
--color-1: #e28d8d;
--color-2: #daa471;
--color-3: #e1c489;
--color-4: #96cab8;
--color-5: #716a95;
}
Coral Demon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e28d8d, #daa471, #e1c489, #96cab8, #716a95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e28d8d, #daa471, #e1c489, #96cab8, #716a95);
}
Similar color palettes
Coral Demon color palette created on .