Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.windsurfing {
color: #3c6d9a;
}
.scott-base {
color: #65a2c3;
}
.blush-hour {
color: #ff7092;
}
.radiation-carrot {
color: #ffa142;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--windsurfing:#3c6d9a;
--scott-base:#65a2c3;
--blush-hour:#ff7092;
--radiation-carrot:#ffa142;
}