Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.billycart-blue {
color: #4c75a4;
}
.high-seas {
color: #7aa7d6;
}
.high-honey {
color: #e2ba4b;
}
.painted-poppy {
color: #d05239;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--billycart-blue:#4c75a4;
--high-seas:#7aa7d6;
--high-honey:#e2ba4b;
--painted-poppy:#d05239;
}