Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4a4e68;
}
.opal-flame {
color: #f15e4b;
}
.english-rose {
color: #f7c5c5;
}
.sweet-midori {
color: #a6c856;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--crown-blue:#4a4e68;
--opal-flame:#f15e4b;
--english-rose:#f7c5c5;
--sweet-midori:#a6c856;
--azure-tide:#2a9d90;
}