Color names in this palette
CSS code for this palette
/* CSS */
.caspian-sea {
color: #4c7090;
}
.bluesy-note {
color: #7b9db7;
}
.corydalis-blue {
color: #a4c7d5;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--caspian-sea:#4c7090;
--bluesy-note:#7b9db7;
--corydalis-blue:#a4c7d5;
--peanut-butter-chicken:#ffb65c;
--grapefruit-pulp:#ff6e61;
}