Color names in this palette
CSS code for this palette
/* CSS */
.pink-flambe {
color: #d04e7d;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.rosecco {
color: #eab8e4;
}
.lime-lizard {
color: #a3d55d;
}
.windjammer {
color: #65a8e6;
}
/* CSS Variables */
:root {
--pink-flambe:#d04e7d;
--apricot-glazed-chicken:#f5a524;
--rosecco:#eab8e4;
--lime-lizard:#a3d55d;
--windjammer:#65a8e6;
}