Color names in this palette
CSS code for this palette
/* CSS */
.aquarelle-purple {
color: #d9e1f2;
}
.island-light {
color: #a6c6ed;
}
.zeus-temple {
color: #7092d2;
}
.sinatra {
color: #4b73b9;
}
.neptune-blue {
color: #2d5a9a;
}
/* CSS Variables */
:root {
--aquarelle-purple:#d9e1f2;
--island-light:#a6c6ed;
--zeus-temple:#7092d2;
--sinatra:#4b73b9;
--neptune-blue:#2d5a9a;
}