Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a4;
}
.maybe-maui {
color: #f6d58e;
}
.frozen-moss-green {
color: #b2e0ae;
}
.terrace-pool {
color: #a3d7e0;
}
.blue-dazzle {
color: #698dba;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a4;
--maybe-maui:#f6d58e;
--frozen-moss-green:#b2e0ae;
--terrace-pool:#a3d7e0;
--blue-dazzle:#698dba;
}