Color names in this palette
CSS code for this palette
/* CSS */
.portuguese-blue {
color: #3c5b96;
}
.alpha-blue {
color: #5a8db5;
}
.frozen-whisper {
color: #8bbeda;
}
.icy-landscape {
color: #c3e6f4;
}
.applesauce {
color: #f9d89a;
}
/* CSS Variables */
:root {
--portuguese-blue:#3c5b96;
--alpha-blue:#5a8db5;
--frozen-whisper:#8bbeda;
--icy-landscape:#c3e6f4;
--applesauce:#f9d89a;
}