Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1c3b6d;
}
.national-anthem {
color: #3f6b97;
}
.scott-base {
color: #65a4c3;
}
.basin-blue {
color: #b9e1e4;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
/* CSS Variables */
:root {
--blue-mosque:#1c3b6d;
--national-anthem:#3f6b97;
--scott-base:#65a4c3;
--basin-blue:#b9e1e4;
--deep-fried-sun-rays:#f4c65d;
}