Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a6d6e3;
}
.basin-blue {
color: #b8e0e5;
}
.icy-breeze {
color: #c7f2f5;
}
.sweet-lilac {
color: #e9b4d0;
}
.carnation {
color: #f67e92;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a6d6e3;
--basin-blue:#b8e0e5;
--icy-breeze:#c7f2f5;
--sweet-lilac:#e9b4d0;
--carnation:#f67e92;
}