Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9edae0;
}
.blue-angels-yellow {
color: #fab700;
}
.poppy-flower {
color: #f05b05;
}
.magenta-memoir {
color: #aa509e;
}
.romanic-scene {
color: #3b0c45;
}
/* CSS Variables */
:root {
--terrace-pool:#9edae0;
--blue-angels-yellow:#fab700;
--poppy-flower:#f05b05;
--magenta-memoir:#aa509e;
--romanic-scene:#3b0c45;
}