Color names in this palette
CSS code for this palette
/* CSS */
.algiers-blue {
color: #008fb3;
}
.crystalsong-blue {
color: #4fb4b5;
}
.lolly-ice {
color: #a6d9d4;
}
.vanilla {
color: #f3e4aa;
}
.peach-bud {
color: #f9b1ae;
}
/* CSS Variables */
:root {
--algiers-blue:#008fb3;
--crystalsong-blue:#4fb4b5;
--lolly-ice:#a6d9d4;
--vanilla:#f3e4aa;
--peach-bud:#f9b1ae;
}