All Palettes

Color Palette #198ab3, #4dabd1, #92d8e8, #f0f8f9, #f9b248

0%
0%
0%

CSS code for this palette

/* CSS */
.bluejay {
color: #198ab3;
}
.mystic-blue {
color: #4dabd1;
}
.tanager-turquoise {
color: #92d8e8;
}
.distant-horizon {
color: #f0f8f9;
}
.butterscotch {
color: #f9b248;
}

/* CSS Variables */
:root {
--bluejay:#198ab3;
--mystic-blue:#4dabd1;
--tanager-turquoise:#92d8e8;
--distant-horizon:#f0f8f9;
--butterscotch:#f9b248;
}

More palettes to explore