Color names in this palette
CSS code for this palette
/* CSS */
.delft {
color: #3c5e8b;
}
.astrolabe-reef {
color: #2e9dd1;
}
.minted-elegance {
color: #6dd0a0;
}
.anna-banana {
color: #f6d646;
}
.miami-marmalade {
color: #f8981b;
}
/* CSS Variables */
:root {
--delft:#3c5e8b;
--astrolabe-reef:#2e9dd1;
--minted-elegance:#6dd0a0;
--anna-banana:#f6d646;
--miami-marmalade:#f8981b;
}