Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.crystalsong-blue {
color: #4eb7b3;
}
.calabrese {
color: #f6a6a2;
}
.flirtatious {
color: #fdd835;
}
.carrot {
color: #ff6e42;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--crystalsong-blue:#4eb7b3;
--calabrese:#f6a6a2;
--flirtatious:#fdd835;
--carrot:#ff6e42;
}