Color names in this palette
CSS code for this palette
/* CSS */
.sanctuary-spa {
color: #67b4e4;
}
.mountain-lake-azure {
color: #4cb8a8;
}
.samantha-s-room {
color: #f3d8e6;
}
.dandelion-wine {
color: #fbf5b6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sanctuary-spa:#67b4e4;
--mountain-lake-azure:#4cb8a8;
--samantha-s-room:#f3d8e6;
--dandelion-wine:#fbf5b6;
--grapefruit-pulp:#ff6e61;
}