Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.atlantic-ocean {
color: #a6d8e3;
}
.bachelor-button {
color: #4bb9d8;
}
.blue-dart-frog {
color: #3a7d9c;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--atlantic-ocean:#a6d8e3;
--bachelor-button:#4bb9d8;
--blue-dart-frog:#3a7d9c;
--snap-shot:#2b3d50;
}