Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1c4a6d;
}
.fun-and-games {
color: #2e7b9e;
}
.aquella {
color: #56b5d7;
}
.freezy-breezy {
color: #9ce8f2;
}
.cotton-ball {
color: #f2f8fd;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1c4a6d;
--fun-and-games:#2e7b9e;
--aquella:#56b5d7;
--freezy-breezy:#9ce8f2;
--cotton-ball:#f2f8fd;
}