Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b6;
}
.in-the-pink {
color: #f2c5d3;
}
.winsome-hue {
color: #a9d9e0;
}
.imrik-blue {
color: #66b1d1;
}
.ahriman-blue {
color: #1a9ac1;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b6;
--in-the-pink:#f2c5d3;
--winsome-hue:#a9d9e0;
--imrik-blue:#66b1d1;
--ahriman-blue:#1a9ac1;
}