Color names in this palette
CSS code for this palette
/* CSS */
.storm-blue {
color: #4f7c9c;
}
.blue-dam {
color: #a5c6d5;
}
.diminished-pink {
color: #f0e5e0;
}
.gypsum-rose {
color: #e2c3b1;
}
.soft-sienna {
color: #d19d8f;
}
/* CSS Variables */
:root {
--storm-blue:#4f7c9c;
--blue-dam:#a5c6d5;
--diminished-pink:#f0e5e0;
--gypsum-rose:#e2c3b1;
--soft-sienna:#d19d8f;
}