Color names in this palette
CSS code for this palette
/* CSS */
.regale-blue {
color: #7db7d4;
}
.peaceful-river {
color: #499ed0;
}
.blue-dart-frog {
color: #3b7d9b;
}
.yellow-currant {
color: #f5c56b;
}
.consumed-by-fire {
color: #f47f1f;
}
/* CSS Variables */
:root {
--regale-blue:#7db7d4;
--peaceful-river:#499ed0;
--blue-dart-frog:#3b7d9b;
--yellow-currant:#f5c56b;
--consumed-by-fire:#f47f1f;
}