Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f5a9a3;
}
.english-rose {
color: #f3c4c5;
}
.chic-green {
color: #d9ead7;
}
.eton-blue {
color: #aad4d4;
}
.blue-dam {
color: #a1c6d4;
}
/* CSS Variables */
:root {
--calabrese:#f5a9a3;
--english-rose:#f3c4c5;
--chic-green:#d9ead7;
--eton-blue:#aad4d4;
--blue-dam:#a1c6d4;
}