Color names in this palette
CSS code for this palette
/* CSS */
.purple-corallite {
color: #5c4f8c;
}
.faraway-sky {
color: #8a7dc5;
}
.greek-sea {
color: #6ca4e0;
}
.clean-pool {
color: #4cc2e6;
}
.bright-cerulean {
color: #1bb4da;
}
/* CSS Variables */
:root {
--purple-corallite:#5c4f8c;
--faraway-sky:#8a7dc5;
--greek-sea:#6ca4e0;
--clean-pool:#4cc2e6;
--bright-cerulean:#1bb4da;
}