Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e1;
}
.golden-hour {
color: #f2b75a;
}
.tangerine-bliss {
color: #d55d2a;
}
.parfait-d-amour {
color: #6b4c94;
}
.tea-cookie {
color: #f5e1c2;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e1;
--golden-hour:#f2b75a;
--tangerine-bliss:#d55d2a;
--parfait-d-amour:#6b4c94;
--tea-cookie:#f5e1c2;
}