Color names in this palette
CSS code for this palette
/* CSS */
.lavender-lustre {
color: #8a9dc1;
}
.powder-soft-blue {
color: #b6c8d8;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--lavender-lustre:#8a9dc1;
--powder-soft-blue:#b6c8d8;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
--azure-tide:#2a9d90;
}