Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c5;
}
.sugarwinkle {
color: #f9c3e0;
}
.middle-blue {
color: #84d4e6;
}
.mountain-lake-azure {
color: #4cb8a8;
}
.sovereignty {
color: #2e4e60;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c5;
--sugarwinkle:#f9c3e0;
--middle-blue:#84d4e6;
--mountain-lake-azure:#4cb8a8;
--sovereignty:#2e4e60;
}