Color names in this palette
CSS code for this palette
/* CSS */
.fibonacci-blue {
color: #1a1f5b;
}
.dive-in {
color: #3d4c8a;
}
.cottage-blue {
color: #7a9ec2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fibonacci-blue:#1a1f5b;
--dive-in:#3d4c8a;
--cottage-blue:#7a9ec2;
--solar-plexus-chakra:#f1c84b;
--grapefruit-pulp:#ff6e61;
}