Color names in this palette
CSS code for this palette
/* CSS */
.stratos-blue {
color: #3c95c8;
}
.sea-capture {
color: #5bc4e6;
}
.van-gogh-blue {
color: #a8e0f5;
}
.cotton-candy-aesthetic {
color: #f7c0df;
}
.rosy-pink {
color: #f56b8b;
}
/* CSS Variables */
:root {
--stratos-blue:#3c95c8;
--sea-capture:#5bc4e6;
--van-gogh-blue:#a8e0f5;
--cotton-candy-aesthetic:#f7c0df;
--rosy-pink:#f56b8b;
}