Color names in this palette
CSS code for this palette
/* CSS */
.cliff-blue {
color: #5d8ebb;
}
.alpine-morning-blue {
color: #a6c9d8;
}
.oyster-bisque {
color: #f1e5b1;
}
.creole-cottage {
color: #e8b99b;
}
.dragon-fruit {
color: #d4596b;
}
/* CSS Variables */
:root {
--cliff-blue:#5d8ebb;
--alpine-morning-blue:#a6c9d8;
--oyster-bisque:#f1e5b1;
--creole-cottage:#e8b99b;
--dragon-fruit:#d4596b;
}