Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a6d8e3;
}
.blushing-apricot {
color: #f8baa5;
}
.fulgrim-pink {
color: #f6b1cf;
}
.herb-robert {
color: #dd9fe5;
}
.wind-tunnel {
color: #c6e1e6;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a6d8e3;
--blushing-apricot:#f8baa5;
--fulgrim-pink:#f6b1cf;
--herb-robert:#dd9fe5;
--wind-tunnel:#c6e1e6;
}