Paleta de colores Red Turquoise Mist

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Turquoise Mist palette

Compartir esta paleta en:

CSS de la paleta de colores Red Turquoise Mist

/* CSS */
.color-1 {
color: #f25b40;
}
.color-2 {
color: #a9e0e0;
}
.color-3 {
color: #f7b2a1;
}
.color-4 {
color: #e5a4a4;
}
.color-5 {
color: #fce9c5;
}

/* CSS Variables */
:root {
--color-1: #f25b40;
--color-2: #a9e0e0;
--color-3: #f7b2a1;
--color-4: #e5a4a4;
--color-5: #fce9c5;
}

CSS del degradado de fondo Red Turquoise Mist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f25b40, #a9e0e0, #f7b2a1, #e5a4a4, #fce9c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f25b40, #a9e0e0, #f7b2a1, #e5a4a4, #fce9c5);
}

Red Turquoise Mist color palette created on .