Color names in this palette
CSS code for this palette
/* CSS */
.explorer-blue {
color: #5da3b6;
}
.cologne {
color: #7bc0d5;
}
.luminescent-blue {
color: #a1dfe8;
}
.purple-thorn {
color: #f0b7c2;
}
.florida-sunrise {
color: #f6a76f;
}
/* CSS Variables */
:root {
--explorer-blue:#5da3b6;
--cologne:#7bc0d5;
--luminescent-blue:#a1dfe8;
--purple-thorn:#f0b7c2;
--florida-sunrise:#f6a76f;
}