Color names in this palette
CSS code for this palette
/* CSS */
.big-sur-blue-jade {
color: #3b6c8c;
}
.frost-blue {
color: #5b9ca4;
}
.vile-green {
color: #8dc9b0;
}
.bone-white {
color: #f1e1b1;
}
.astorath-red {
color: #e24a2c;
}
/* CSS Variables */
:root {
--big-sur-blue-jade:#3b6c8c;
--frost-blue:#5b9ca4;
--vile-green:#8dc9b0;
--bone-white:#f1e1b1;
--astorath-red:#e24a2c;
}