Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.living-stream {
color: #3a6f8d;
}
.tropez-blue {
color: #70b6c2;
}
.terrace-pool {
color: #a3d8e1;
}
.rising-star {
color: #f6f8d3;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--living-stream:#3a6f8d;
--tropez-blue:#70b6c2;
--terrace-pool:#a3d8e1;
--rising-star:#f6f8d3;
}