Whispers of Determination Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Determination palette
Whispers of Determination color palette CSS
/* CSS */
.color-1 {
color: #f1a7a2;
}
.color-2 {
color: #f6c3c1;
}
.color-3 {
color: #f7e1c5;
}
.color-4 {
color: #b0e4af;
}
.color-5 {
color: #a1dff7;
}
/* CSS Variables */
:root {
--color-1: #f1a7a2;
--color-2: #f6c3c1;
--color-3: #f7e1c5;
--color-4: #b0e4af;
--color-5: #a1dff7;
}
Whispers of Determination background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7a2, #f6c3c1, #f7e1c5, #b0e4af, #a1dff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7a2, #f6c3c1, #f7e1c5, #b0e4af, #a1dff7);
}
Similar color palettes
Whispers of Determination color palette created on .