Inkblot Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Inkblot Dreams palette

Share this palette to:

Inkblot Dreams color palette CSS

/* CSS */
.color-1 {
color: #f6a2c9;
}
.color-2 {
color: #f2d0a1;
}
.color-3 {
color: #f2b8a1;
}
.color-4 {
color: #cae4e7;
}
.color-5 {
color: #7db4d9;
}

/* CSS Variables */
:root {
--color-1: #f6a2c9;
--color-2: #f2d0a1;
--color-3: #f2b8a1;
--color-4: #cae4e7;
--color-5: #7db4d9;
}

Inkblot Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2c9, #f2d0a1, #f2b8a1, #cae4e7, #7db4d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2c9, #f2d0a1, #f2b8a1, #cae4e7, #7db4d9);
}

Inkblot Dreams color palette created on .