Linguistic Warmth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Linguistic Warmth palette
Linguistic Warmth color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f80;
}
.color-3 {
color: #ffba8f;
}
.color-4 {
color: #ffd88f;
}
.color-5 {
color: #f5c400;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f80;
--color-3: #ffba8f;
--color-4: #ffd88f;
--color-5: #f5c400;
}
Linguistic Warmth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f80, #ffba8f, #ffd88f, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f80, #ffba8f, #ffd88f, #f5c400);
}
Similar color palettes
Linguistic Warmth color palette created on .