Color names in this palette
CSS code for this palette
/* CSS */
.allports {
color: #1f6f7a;
}
.blue-chill {
color: #3d8f8c;
}
.peppermint-fresh {
color: #5fbf9d;
}
.overtone {
color: #a3e6b4;
}
.dandelion-whisper {
color: #fef3b4;
}
/* CSS Variables */
:root {
--allports:#1f6f7a;
--blue-chill:#3d8f8c;
--peppermint-fresh:#5fbf9d;
--overtone:#a3e6b4;
--dandelion-whisper:#fef3b4;
}