Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.fine-blue {
color: #b5e1e3;
}
.yellow-avarice {
color: #f6f7d9;
}
.princess {
color: #f2a6b4;
}
.sachet-pink {
color: #f28cab;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--fine-blue:#b5e1e3;
--yellow-avarice:#f6f7d9;
--princess:#f2a6b4;
--sachet-pink:#f28cab;
}