Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.space-explorer {
color: #0d48a0;
}
.ocean-drive {
color: #b1bec4;
}
.golden-samovar {
color: #e1b12d;
}
.porcelain-basin {
color: #d9cfc4;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--space-explorer:#0d48a0;
--ocean-drive:#b1bec4;
--golden-samovar:#e1b12d;
--porcelain-basin:#d9cfc4;
}