Teal and Coral Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal and Coral Delight palette

Condividi questa palette a:

tavolozza dei colori Teal and Coral Delight CSS

/* CSS */
.color-1 {
color: #407d9c;
}
.color-2 {
color: #5bb9b7;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f94346;
}
.color-5 {
color: #f3712b;
}

/* CSS Variables */
:root {
--color-1: #407d9c;
--color-2: #5bb9b7;
--color-3: #f9c54e;
--color-4: #f94346;
--color-5: #f3712b;
}

CSS con gradiente di sfondo Teal and Coral Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #407d9c, #5bb9b7, #f9c54e, #f94346, #f3712b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #407d9c, #5bb9b7, #f9c54e, #f94346, #f3712b);
}

Teal and Coral Delight color palette created on .