Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.quiet-night {
color: #3c8ebe;
}
.malibu {
color: #6ab8e2;
}
.coastal-breeze {
color: #e0f7fa;
}
.roseberry {
color: #f3a5a0;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--quiet-night:#3c8ebe;
--malibu:#6ab8e2;
--coastal-breeze:#e0f7fa;
--roseberry:#f3a5a0;
}