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