Writing On The Wall Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Writing On The Wall palette
Color Inspiration
Images that showcase this color palette in real designs
Download Writing On The Wall Color Palette (PNG)
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);
}
Similar color palettes
Writing On The Wall color palette created on .