Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.bonker-pink {
color: #ff4d79;
}
.amalfitan-azure {
color: #003d99;
}
.blue-atoll {
color: #00b0e0;
}
.purification {
color: #c3dae9;
}
/* CSS Variables */
:root {
--white:#ffffff;
--bonker-pink:#ff4d79;
--amalfitan-azure:#003d99;
--blue-atoll:#00b0e0;
--purification:#c3dae9;
}