Color names in this palette
CSS code for this palette
/* CSS */
.cendre-blue {
color: #3a7fa1;
}
.viking {
color: #4eb0c6;
}
.hammam-blue {
color: #6bdbd7;
}
.pale-turquoise {
color: #a4f4d4;
}
.gold-sand {
color: #f7e8a6;
}
/* CSS Variables */
:root {
--cendre-blue:#3a7fa1;
--viking:#4eb0c6;
--hammam-blue:#6bdbd7;
--pale-turquoise:#a4f4d4;
--gold-sand:#f7e8a6;
}