Color names in this palette
CSS code for this palette
/* CSS */
.bordeaux-hint {
color: #f0b7e4;
}
.frangipane {
color: #f7d5b1;
}
.durango-dust {
color: #f9e49f;
}
.terrace-pool {
color: #a3d8e1;
}
.tropical-escape {
color: #4cb8b1;
}
/* CSS Variables */
:root {
--bordeaux-hint:#f0b7e4;
--frangipane:#f7d5b1;
--durango-dust:#f9e49f;
--terrace-pool:#a3d8e1;
--tropical-escape:#4cb8b1;
}