Color names in this palette
CSS code for this palette
/* CSS */
.blue-coral {
color: #1f5b6f;
}
.mysterious-blue {
color: #3d7c8a;
}
.teal-bayou {
color: #59a19f;
}
.vista-blue {
color: #91d9b3;
}
.buttery-croissant {
color: #f2e19c;
}
/* CSS Variables */
:root {
--blue-coral:#1f5b6f;
--mysterious-blue:#3d7c8a;
--teal-bayou:#59a19f;
--vista-blue:#91d9b3;
--buttery-croissant:#f2e19c;
}