Color names in this palette
CSS code for this palette
/* CSS */
.brain-pink {
color: #f7b1b1;
}
.shrimp-toast {
color: #f7c5a1;
}
.khaki-core {
color: #f9e3ae;
}
.atlantic-ocean {
color: #a7d8e6;
}
.goluboy-blue {
color: #89b4e1;
}
/* CSS Variables */
:root {
--brain-pink:#f7b1b1;
--shrimp-toast:#f7c5a1;
--khaki-core:#f9e3ae;
--atlantic-ocean:#a7d8e6;
--goluboy-blue:#89b4e1;
}