Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.nature-apricot {
color: #ffb7a3;
}
.tiger-yellow {
color: #ffdd80;
}
.french-pass {
color: #a4d4df;
}
.aqueous {
color: #3c8e9a;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--nature-apricot:#ffb7a3;
--tiger-yellow:#ffdd80;
--french-pass:#a4d4df;
--aqueous:#3c8e9a;
}