Whispers of Tarrasa Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Tarrasa palette
Whispers of Tarrasa color palette CSS
/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f1c7a2;
}
.color-3 {
color: #f1e2a7;
}
.color-4 {
color: #b5e8d5;
}
.color-5 {
color: #78c5e8;
}
/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f1c7a2;
--color-3: #f1e2a7;
--color-4: #b5e8d5;
--color-5: #78c5e8;
}
Whispers of Tarrasa background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f1c7a2, #f1e2a7, #b5e8d5, #78c5e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f1c7a2, #f1e2a7, #b5e8d5, #78c5e8);
}
Similar color palettes
Whispers of Tarrasa color palette created on .