Color names in this palette
CSS code for this palette
/* CSS */
.raftsman {
color: #3b5fa0;
}
.hushed-lilac {
color: #6d8bb6;
}
.metal-gear {
color: #a3c1db;
}
.james-blonde {
color: #f2e4b5;
}
.fruit-shake {
color: #f29c8c;
}
/* CSS Variables */
:root {
--raftsman:#3b5fa0;
--hushed-lilac:#6d8bb6;
--metal-gear:#a3c1db;
--james-blonde:#f2e4b5;
--fruit-shake:#f29c8c;
}