Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b2a69;
}
.ashton-blue {
color: #4a7cba;
}
.lucea {
color: #78b1e2;
}
.oyster-bisque {
color: #f2e7b1;
}
.porcelain-rose {
color: #ef6c6c;
}
/* CSS Variables */
:root {
--mythical-night:#1b2a69;
--ashton-blue:#4a7cba;
--lucea:#78b1e2;
--oyster-bisque:#f2e7b1;
--porcelain-rose:#ef6c6c;
}