Warm Pink Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Warm Pink palette
tavolozza dei colori Warm Pink CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6ab04a;
}
.color-3 {
color: #f8c572;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6ab04a;
--color-3: #f8c572;
--color-4: #f39c12;
--color-5: #e74d3c;
}
CSS con gradiente di sfondo Warm Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6ab04a, #f8c572, #f39c12, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6ab04a, #f8c572, #f39c12, #e74d3c);
}
Tavolozze di colori simili
Warm Pink color palette created on .