Color names in this palette
CSS code for this palette
/* CSS */
.storm-blue {
color: #4d7f9d;
}
.scott-base {
color: #69a3c9;
}
.terrace-pool {
color: #a1d5e2;
}
.butter-cookie {
color: #f0e6b2;
}
.candy-heart-pink {
color: #f6a2a2;
}
/* CSS Variables */
:root {
--storm-blue:#4d7f9d;
--scott-base:#69a3c9;
--terrace-pool:#a1d5e2;
--butter-cookie:#f0e6b2;
--candy-heart-pink:#f6a2a2;
}