Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b4e6;
}
.island-paradise {
color: #8be0e5;
}
.mint-macaron {
color: #b4f1f3;
}
.barrett-quince {
color: #f5d0b2;
}
.nadeshiko-pink {
color: #f9a9c5;
}
/* CSS Variables */
:root {
--blue-atoll:#00b4e6;
--island-paradise:#8be0e5;
--mint-macaron:#b4f1f3;
--barrett-quince:#f5d0b2;
--nadeshiko-pink:#f9a9c5;
}