Monsters Inc Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Monsters Inc palette

Share this palette to:

Download Monsters Inc Color Palette (PNG)

Download monsters inc color palette PNG image (landscape)
Download monsters inc color palette PNG image (square)

Monsters Inc color palette CSS

/* CSS */
.color-1 {
color: #1f9dbd;
}
.color-2 {
color: #f45c48;
}
.color-3 {
color: #f3d353;
}
.color-4 {
color: #8d6d9c;
}
.color-5 {
color: #a4d8f4;
}

/* CSS Variables */
:root {
--color-1: #1f9dbd;
--color-2: #f45c48;
--color-3: #f3d353;
--color-4: #8d6d9c;
--color-5: #a4d8f4;
}

Monsters Inc background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f9dbd, #f45c48, #f3d353, #8d6d9c, #a4d8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f9dbd, #f45c48, #f3d353, #8d6d9c, #a4d8f4);
}

Similar color palettes

Monsters Inc color palette created on .