Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.blue-dart-frog {
color: #3b7d9b;
}
.veranda-blue {
color: #63b6b0;
}
.woven-raffia {
color: #f2dfc0;
}
.candlelight-peach {
color: #f8a2a0;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--blue-dart-frog:#3b7d9b;
--veranda-blue:#63b6b0;
--woven-raffia:#f2dfc0;
--candlelight-peach:#f8a2a0;
}