Coral Fossil Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Fossil Dreams palette
Coral Fossil Dreams color palette CSS
/* CSS */
.color-1 {
color: #ffb19e;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #b65d90;
}
.color-4 {
color: #5f4f8c;
}
.color-5 {
color: #41413e;
}
/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ff6e61;
--color-3: #b65d90;
--color-4: #5f4f8c;
--color-5: #41413e;
}
Coral Fossil Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ff6e61, #b65d90, #5f4f8c, #41413e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ff6e61, #b65d90, #5f4f8c, #41413e);
}
Similar color palettes
Coral Fossil Dreams color palette created on .