Color names in this palette
CSS code for this palette
/* CSS */
.fairy-tale-blue {
color: #3b9eba;
}
.broom-butterfly-blue {
color: #6eb5d8;
}
.atlantic-ocean {
color: #a4d7e5;
}
.nectar-jackpot {
color: #f1d68e;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--fairy-tale-blue:#3b9eba;
--broom-butterfly-blue:#6eb5d8;
--atlantic-ocean:#a4d7e5;
--nectar-jackpot:#f1d68e;
--sweet-lilac:#eab8d1;
}