Color names in this palette
CSS code for this palette
/* CSS */
.greenbrier {
color: #4b9b69;
}
.aquastone {
color: #88c3b5;
}
.ice-dagger {
color: #cde4df;
}
.peaceful-rain {
color: #f1f8f4;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--greenbrier:#4b9b69;
--aquastone:#88c3b5;
--ice-dagger:#cde4df;
--peaceful-rain:#f1f8f4;
--apricot-glazed-chicken:#f5a524;
}