Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-river {
color: #4a9cd3;
}
.big-chill {
color: #7ec8e7;
}
.echo-iris {
color: #b6e2f6;
}
.apricot-obsession {
color: #f7c6b6;
}
.young-crab {
color: #f99f9f;
}
/* CSS Variables */
:root {
--peaceful-river:#4a9cd3;
--big-chill:#7ec8e7;
--echo-iris:#b6e2f6;
--apricot-obsession:#f7c6b6;
--young-crab:#f99f9f;
}