Color names in this palette
CSS code for this palette
/* CSS */
.portuguese-blue {
color: #3a5f92;
}
.scanda {
color: #6c8fac;
}
.island-light {
color: #a7c7e7;
}
.venetian-yellow {
color: #f3e4a0;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--portuguese-blue:#3a5f92;
--scanda:#6c8fac;
--island-light:#a7c7e7;
--venetian-yellow:#f3e4a0;
--squash-blossom:#f6b83c;
}