Paleta de colores Saturated Blue Green Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Saturated Blue Green Orange palette
CSS de la paleta de colores Saturated Blue Green Orange
/* CSS */
.color-1 {
color: #19c292;
}
.color-2 {
color: #1ad5c9;
}
.color-3 {
color: #4feeb9;
}
.color-4 {
color: #ff8847;
}
.color-5 {
color: #ffb338;
}
/* CSS Variables */
:root {
--color-1: #19c292;
--color-2: #1ad5c9;
--color-3: #4feeb9;
--color-4: #ff8847;
--color-5: #ffb338;
}
CSS del degradado de fondo Saturated Blue Green Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19c292, #1ad5c9, #4feeb9, #ff8847, #ffb338);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19c292, #1ad5c9, #4feeb9, #ff8847, #ffb338);
}
Paletas de colores similares
Saturated Blue Green Orange color palette created on .