Color names in this palette
CSS code for this palette
/* CSS */
.azure-blue {
color: #4b93c3;
}
.disembark {
color: #5eb2d9;
}
.tanager-turquoise {
color: #8ed5e6;
}
.prettiest-pink {
color: #e2a1c2;
}
.pink-marshmallow {
color: #f5b2d4;
}
/* CSS Variables */
:root {
--azure-blue:#4b93c3;
--disembark:#5eb2d9;
--tanager-turquoise:#8ed5e6;
--prettiest-pink:#e2a1c2;
--pink-marshmallow:#f5b2d4;
}