Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3c6b;
}
.team-spirit {
color: #3f6888;
}
.dolphin-daze {
color: #64a0b4;
}
.smooth-satin {
color: #a3d2d2;
}
.sonia-rose {
color: #f0c9c1;
}
/* CSS Variables */
:root {
--lucidity:#1a3c6b;
--team-spirit:#3f6888;
--dolphin-daze:#64a0b4;
--smooth-satin:#a3d2d2;
--sonia-rose:#f0c9c1;
}