Color names in this palette
CSS code for this palette
/* CSS */
.luxurious-blue {
color: #395e89;
}
.freshwater {
color: #4ba7af;
}
.downy {
color: #6ed8c0;
}
.vanilla-pudding {
color: #f3e36d;
}
.halt-and-catch-fire {
color: #ff6933;
}
/* CSS Variables */
:root {
--luxurious-blue:#395e89;
--freshwater:#4ba7af;
--downy:#6ed8c0;
--vanilla-pudding:#f3e36d;
--halt-and-catch-fire:#ff6933;
}