Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.peach-damask {
color: #f6c8a7;
}
.almeja {
color: #f4e0c8;
}
.tiara-pink {
color: #daaad2;
}
.exuberant-pink {
color: #b4467d;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--peach-damask:#f6c8a7;
--almeja:#f4e0c8;
--tiara-pink:#daaad2;
--exuberant-pink:#b4467d;
}