Color names in this palette
CSS code for this palette
/* CSS */
.dive-in {
color: #3c4c8b;
}
.moonshade {
color: #5b699a;
}
.ashton-skies {
color: #7c8ab1;
}
.purple-premiere {
color: #b79bd4;
}
.mountain-laurel {
color: #f5c7d3;
}
/* CSS Variables */
:root {
--dive-in:#3c4c8b;
--moonshade:#5b699a;
--ashton-skies:#7c8ab1;
--purple-premiere:#b79bd4;
--mountain-laurel:#f5c7d3;
}