Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.pekin-chicken {
color: #f6cfac;
}
.h-o {
color: #c1e0e7;
}
.atlantic-ocean {
color: #a4d7e5;
}
.tropez-blue {
color: #74b3c3;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--pekin-chicken:#f6cfac;
--h-o:#c1e0e7;
--atlantic-ocean:#a4d7e5;
--tropez-blue:#74b3c3;
}