Color names in this palette
CSS code for this palette
/* CSS */
.surf-the-web {
color: #1f3c7a;
}
.ashton-blue {
color: #4a7cba;
}
.big-chill {
color: #7ec8e7;
}
.fairy-sparkles {
color: #b4e5f9;
}
.carnation-bloom {
color: #f9bebe;
}
/* CSS Variables */
:root {
--surf-the-web:#1f3c7a;
--ashton-blue:#4a7cba;
--big-chill:#7ec8e7;
--fairy-sparkles:#b4e5f9;
--carnation-bloom:#f9bebe;
}