Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8bba;
}
.charter {
color: #6cb4d0;
}
.light-delphin {
color: #9ed2e5;
}
.cornsilk-yellow {
color: #f4c76c;
}
.camellia-rose {
color: #e34f6c;
}
/* CSS Variables */
:root {
--boat-house:#4a8bba;
--charter:#6cb4d0;
--light-delphin:#9ed2e5;
--cornsilk-yellow:#f4c76c;
--camellia-rose:#e34f6c;
}