Color names in this palette
CSS code for this palette
/* CSS */
.algiers-blue {
color: #008fb3;
}
.verditer {
color: #00b3aa;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.solar {
color: #fceab6;
}
.samoan-sun {
color: #f9b848;
}
/* CSS Variables */
:root {
--algiers-blue:#008fb3;
--verditer:#00b3aa;
--touch-of-turquoise:#a2d7cf;
--solar:#fceab6;
--samoan-sun:#f9b848;
}