Paleta de colores Aloha Teal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aloha Teal palette

Compartir esta paleta en:

CSS de la paleta de colores Aloha Teal

/* CSS */
.color-1 {
color: #1fb7a8;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #ffb3c1;
}
.color-5 {
color: #ef6c6c;
}

/* CSS Variables */
:root {
--color-1: #1fb7a8;
--color-2: #ff6e61;
--color-3: #f7c94b;
--color-4: #ffb3c1;
--color-5: #ef6c6c;
}

CSS del degradado de fondo Aloha Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1fb7a8, #ff6e61, #f7c94b, #ffb3c1, #ef6c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1fb7a8, #ff6e61, #f7c94b, #ffb3c1, #ef6c6c);
}

Aloha Teal color palette created on .