Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a5d7e3;
}
.fine-blue {
color: #b6e2df;
}
.pool-party {
color: #bfe8e4;
}
.peach-damask {
color: #f9c5a4;
}
.purple-thorn {
color: #f0b7c2;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a5d7e3;
--fine-blue:#b6e2df;
--pool-party:#bfe8e4;
--peach-damask:#f9c5a4;
--purple-thorn:#f0b7c2;
}