Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1f4b7a;
}
.rainy-lake {
color: #3d6a8f;
}
.architecture-blue {
color: #6f94a5;
}
.blue-dam {
color: #a1c4d4;
}
.khaki-core {
color: #f9e5ae;
}
/* CSS Variables */
:root {
--theatre-blue:#1f4b7a;
--rainy-lake:#3d6a8f;
--architecture-blue:#6f94a5;
--blue-dam:#a1c4d4;
--khaki-core:#f9e5ae;
}