Whimsical Tales of Two Tongues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Tales of Two Tongues palette
Whimsical Tales of Two Tongues color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #6a8ea9;
}
.color-4 {
color: #f3c5a0;
}
.color-5 {
color: #d8b3e0;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff6e61;
--color-3: #6a8ea9;
--color-4: #f3c5a0;
--color-5: #d8b3e0;
}
Whimsical Tales of Two Tongues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff6e61, #6a8ea9, #f3c5a0, #d8b3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff6e61, #6a8ea9, #f3c5a0, #d8b3e0);
}
Similar color palettes
Whimsical Tales of Two Tongues color palette created on .