Whispers of Layah Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Layah palette
Whispers of Layah color palette CSS
/* CSS */
.color-1 {
color: #f7a8a1;
}
.color-2 {
color: #f4c3d6;
}
.color-3 {
color: #f0e5b7;
}
.color-4 {
color: #b7e1a8;
}
.color-5 {
color: #7cc7d5;
}
/* CSS Variables */
:root {
--color-1: #f7a8a1;
--color-2: #f4c3d6;
--color-3: #f0e5b7;
--color-4: #b7e1a8;
--color-5: #7cc7d5;
}
Whispers of Layah background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a8a1, #f4c3d6, #f0e5b7, #b7e1a8, #7cc7d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a8a1, #f4c3d6, #f0e5b7, #b7e1a8, #7cc7d5);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Whispers of Layah color palette created on .