Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4b3d8f;
}
.fuchsia-blue {
color: #7b5dbb;
}
.lavender-blossom {
color: #a680db;
}
.herb-robert {
color: #e59ee2;
}
.pink-cattleya {
color: #ffb3d1;
}
/* CSS Variables */
:root {
--blue-gem:#4b3d8f;
--fuchsia-blue:#7b5dbb;
--lavender-blossom:#a680db;
--herb-robert:#e59ee2;
--pink-cattleya:#ffb3d1;
}