Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.bleached-aqua {
color: #b9e4e0;
}
.peaceful-rain {
color: #f1f8f3;
}
.ice-cream-parlour {
color: #f8d0af;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--bleached-aqua:#b9e4e0;
--peaceful-rain:#f1f8f3;
--ice-cream-parlour:#f8d0af;
--dodgeroll-gold:#f39c12;
}