Color names in this palette
CSS code for this palette
/* CSS */
.drakenhof-nightshade {
color: #1b5c9d;
}
.lake-thun {
color: #4bbae2;
}
.aquamarine-blue {
color: #76d4e5;
}
.gold-strand {
color: #f2dfa6;
}
.roseberry {
color: #f7a5a1;
}
/* CSS Variables */
:root {
--drakenhof-nightshade:#1b5c9d;
--lake-thun:#4bbae2;
--aquamarine-blue:#76d4e5;
--gold-strand:#f2dfa6;
--roseberry:#f7a5a1;
}