Enchanted Call of the Siren Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enchanted Call of the Siren palette
Enchanted Call of the Siren color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #6b5b95;
}
.color-5 {
color: #d6c7d3;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #f5c400;
--color-4: #6b5b95;
--color-5: #d6c7d3;
}
Enchanted Call of the Siren background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #f5c400, #6b5b95, #d6c7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #f5c400, #6b5b95, #d6c7d3);
}
Similar color palettes
Enchanted Call of the Siren color palette created on .