Whispers of Affection Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Affection palette
Whispers of Affection color palette CSS
/* CSS */
.color-1 {
color: #f9b39f;
}
.color-2 {
color: #f9d69f;
}
.color-3 {
color: #f4e4a4;
}
.color-4 {
color: #b7e6a3;
}
.color-5 {
color: #9fd2df;
}
/* CSS Variables */
:root {
--color-1: #f9b39f;
--color-2: #f9d69f;
--color-3: #f4e4a4;
--color-4: #b7e6a3;
--color-5: #9fd2df;
}
Whispers of Affection background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b39f, #f9d69f, #f4e4a4, #b7e6a3, #9fd2df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b39f, #f9d69f, #f4e4a4, #b7e6a3, #9fd2df);
}
Similar color palettes
Whispers of Affection color palette created on .