Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.first-frost {
color: #d1e5f0;
}
.just-blush {
color: #f9b4a4;
}
.sunset-over-the-alps {
color: #fcac88;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--first-frost:#d1e5f0;
--just-blush:#f9b4a4;
--sunset-over-the-alps:#fcac88;
--grapefruit-pulp:#ff6e61;
}