Writing On The Wall Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Writing On The Wall palette

Share this palette to:

Writing On The Wall color palette PNG image

Download writing on the wall color palette PNG image (landscape)
Download writing on the wall color palette PNG image (square)

Writing On The Wall color palette CSS

/* CSS */
.color-1 {
color: #d9b2a6;
}
.color-2 {
color: #e6b7c1;
}
.color-3 {
color: #f6cbe5;
}
.color-4 {
color: #f2e2d4;
}
.color-5 {
color: #c5f2e7;
}

/* CSS Variables */
:root {
--color-1: #d9b2a6;
--color-2: #e6b7c1;
--color-3: #f6cbe5;
--color-4: #f2e2d4;
--color-5: #c5f2e7;
}

Writing On The Wall background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b2a6, #e6b7c1, #f6cbe5, #f2e2d4, #c5f2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b2a6, #e6b7c1, #f6cbe5, #f2e2d4, #c5f2e7);
}

Writing On The Wall color palette created on .