Color names in this palette
CSS code for this palette
/* CSS */
.goji-berry {
color: #c6102e;
}
.victoria-blue {
color: #0e4da4;
}
.promise-keeping {
color: #b1c8e7;
}
.dream-of-spring {
color: #f6d12c;
}
.beautiful-darkness {
color: #696d72;
}
/* CSS Variables */
:root {
--goji-berry:#c6102e;
--victoria-blue:#0e4da4;
--promise-keeping:#b1c8e7;
--dream-of-spring:#f6d12c;
--beautiful-darkness:#696d72;
}