Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.pacifica {
color: #4d75a3;
}
.adrift-on-the-nile {
color: #8eb6e6;
}
.goldsmith {
color: #efb14d;
}
.nasturtium-flower {
color: #e64919;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--pacifica:#4d75a3;
--adrift-on-the-nile:#8eb6e6;
--goldsmith:#efb14d;
--nasturtium-flower:#e64919;
}