Miba Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Miba palette

Share this palette to:

Miba color palette PNG image

Download miba color palette PNG image (landscape)
Download miba color palette PNG image (square)

Miba color palette CSS

/* CSS */
.color-1 {
color: #1c6e97;
}
.color-2 {
color: #49b9c5;
}
.color-3 {
color: #7cd0d5;
}
.color-4 {
color: #f8e9a0;
}
.color-5 {
color: #f1838c;
}

/* CSS Variables */
:root {
--color-1: #1c6e97;
--color-2: #49b9c5;
--color-3: #7cd0d5;
--color-4: #f8e9a0;
--color-5: #f1838c;
}

Miba background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c6e97, #49b9c5, #7cd0d5, #f8e9a0, #f1838c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c6e97, #49b9c5, #7cd0d5, #f8e9a0, #f1838c);
}

Miba color palette created on .