Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.pagoda-blue {
color: #1e7d94;
}
.crystalsong-blue {
color: #4eb7b1;
}
.island-paradise {
color: #86e1e4;
}
.white-strawberry {
color: #fbe3b6;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--pagoda-blue:#1e7d94;
--crystalsong-blue:#4eb7b1;
--island-paradise:#86e1e4;
--white-strawberry:#fbe3b6;
}