Color names in this palette
CSS code for this palette
/* CSS */
.her-majesty {
color: #f6a2a5;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.no-gmb-yellow {
color: #f8e88b;
}
.atlantic-ocean {
color: #a5d7e3;
}
.coelin-blue {
color: #497b92;
}
/* CSS Variables */
:root {
--her-majesty:#f6a2a5;
--creamy-sweet-corn:#f6c34c;
--no-gmb-yellow:#f8e88b;
--atlantic-ocean:#a5d7e3;
--coelin-blue:#497b92;
}