Color names in this palette
CSS code for this palette
/* CSS */
.baja-blue {
color: #65a8d7;
}
.blue-ribbon-beauty {
color: #3e678e;
}
.basil-pesto {
color: #509b70;
}
.deep-fried-sun-rays {
color: #f5c661;
}
.middle-red {
color: #e59076;
}
/* CSS Variables */
:root {
--baja-blue:#65a8d7;
--blue-ribbon-beauty:#3e678e;
--basil-pesto:#509b70;
--deep-fried-sun-rays:#f5c661;
--middle-red:#e59076;
}