Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #2d498f;
}
.kindred {
color: #76a1d5;
}
.purity {
color: #d6c4e3;
}
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--blue-highlight:#2d498f;
--kindred:#76a1d5;
--purity:#d6c4e3;
--cotton-candy-aesthetic:#f5b7e2;
--n-rang-orange:#ff8052;
}