Paleta de colores Turquoise Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Turquoise Breeze palette
CSS de la paleta de colores Turquoise Breeze
/* CSS */
.color-1 {
color: #1d9fd3;
}
.color-2 {
color: #60c5d7;
}
.color-3 {
color: #a1dee3;
}
.color-4 {
color: #f8b3a5;
}
.color-5 {
color: #f3f158;
}
/* CSS Variables */
:root {
--color-1: #1d9fd3;
--color-2: #60c5d7;
--color-3: #a1dee3;
--color-4: #f8b3a5;
--color-5: #f3f158;
}
CSS del degradado de fondo Turquoise Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d9fd3, #60c5d7, #a1dee3, #f8b3a5, #f3f158);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d9fd3, #60c5d7, #a1dee3, #f8b3a5, #f3f158);
}
Paletas de colores similares
Turquoise Breeze color palette created on .