Color names in this palette
CSS code for this palette
/* CSS */
.cobalt-flame {
color: #4b6f9b;
}
.cottage-blue {
color: #7a9ec2;
}
.melt-ice {
color: #b4c9e4;
}
.tequila {
color: #f6d2a7;
}
.her-majesty {
color: #f9a4a5;
}
/* CSS Variables */
:root {
--cobalt-flame:#4b6f9b;
--cottage-blue:#7a9ec2;
--melt-ice:#b4c9e4;
--tequila:#f6d2a7;
--her-majesty:#f9a4a5;
}