Color names in this palette
CSS code for this palette
/* CSS */
.living-stream {
color: #3a6d8d;
}
.fitness-blue {
color: #5bb8d2;
}
.island-paradise {
color: #8ce3e3;
}
.princess {
color: #f3a5b5;
}
.almond-cream {
color: #f3c4a0;
}
/* CSS Variables */
:root {
--living-stream:#3a6d8d;
--fitness-blue:#5bb8d2;
--island-paradise:#8ce3e3;
--princess:#f3a5b5;
--almond-cream:#f3c4a0;
}