Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3c6b;
}
.antilles-blue {
color: #3b5e8c;
}
.into-the-blue {
color: #4e7da6;
}
.blue-bell {
color: #85b0d1;
}
.first-date {
color: #f4b39f;
}
/* CSS Variables */
:root {
--lucidity:#1a3c6b;
--antilles-blue:#3b5e8c;
--into-the-blue:#4e7da6;
--blue-bell:#85b0d1;
--first-date:#f4b39f;
}