Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-gull {
color: #4b8caf;
}
.moonlight-sonata {
color: #4e4a8c;
}
.prunella {
color: #8c4a8c;
}
.honey-mustard {
color: #af8c4b;
}
.horror-snob {
color: #d64c4c;
}
/* CSS Variables */
:root {
--atlantic-gull:#4b8caf;
--moonlight-sonata:#4e4a8c;
--prunella:#8c4a8c;
--honey-mustard:#af8c4b;
--horror-snob:#d64c4c;
}