Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8bba;
}
.charter {
color: #69b2d3;
}
.atlantic-ocean {
color: #a4d8e5;
}
.sun-dust {
color: #f6e1a2;
}
.mystic-tulip {
color: #f7b7a1;
}
/* CSS Variables */
:root {
--boat-house:#4a8bba;
--charter:#69b2d3;
--atlantic-ocean:#a4d8e5;
--sun-dust:#f6e1a2;
--mystic-tulip:#f7b7a1;
}