Romantic Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Romantic Whispers palette
Romantic Whispers color palette CSS
/* CSS */
.color-1 {
color: #f7a1b1;
}
.color-2 {
color: #fbc2b6;
}
.color-3 {
color: #f6d1c1;
}
.color-4 {
color: #f4e6b4;
}
.color-5 {
color: #f8e9a5;
}
/* CSS Variables */
:root {
--color-1: #f7a1b1;
--color-2: #fbc2b6;
--color-3: #f6d1c1;
--color-4: #f4e6b4;
--color-5: #f8e9a5;
}
Romantic Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b1, #fbc2b6, #f6d1c1, #f4e6b4, #f8e9a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b1, #fbc2b6, #f6d1c1, #f4e6b4, #f8e9a5);
}
Similar color palettes
Romantic Whispers color palette created on .