Color names in this palette
CSS code for this palette
/* CSS */
.blue-regent {
color: #2d5b8f;
}
.durban-sky {
color: #608a9f;
}
.eyefull {
color: #8db4b4;
}
.peach-temptation {
color: #f0c6b2;
}
.highlighter-pink {
color: #e85e7e;
}
/* CSS Variables */
:root {
--blue-regent:#2d5b8f;
--durban-sky:#608a9f;
--eyefull:#8db4b4;
--peach-temptation:#f0c6b2;
--highlighter-pink:#e85e7e;
}