Ink and Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ink and Dreams palette

Share this palette to:

Download Ink and Dreams Color Palette (PNG)

Download ink and dreams color palette PNG image (landscape)
Download ink and dreams color palette PNG image (square)

Ink and Dreams color palette CSS

/* CSS */
.color-1 {
color: #f5e0a3;
}
.color-2 {
color: #d3a79c;
}
.color-3 {
color: #b8a8e1;
}
.color-4 {
color: #7b8bdb;
}
.color-5 {
color: #4a6d8c;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #d3a79c;
--color-3: #b8a8e1;
--color-4: #7b8bdb;
--color-5: #4a6d8c;
}

Ink and Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #d3a79c, #b8a8e1, #7b8bdb, #4a6d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #d3a79c, #b8a8e1, #7b8bdb, #4a6d8c);
}

Ink and Dreams color palette created on .