Color names in this palette
CSS code for this palette
/* CSS */
.caspian-sea {
color: #4c7090;
}
.satin-soft-blue {
color: #9bafc5;
}
.peach-latte {
color: #e5c49f;
}
.candlelight-peach {
color: #f7a79c;
}
.masoho-red {
color: #d5786c;
}
/* CSS Variables */
:root {
--caspian-sea:#4c7090;
--satin-soft-blue:#9bafc5;
--peach-latte:#e5c49f;
--candlelight-peach:#f7a79c;
--masoho-red:#d5786c;
}