Paleta de colores Blue Surf

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Surf palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Surf

/* CSS */
.color-1 {
color: #2ea8e0;
}
.color-2 {
color: #f8e1a5;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d7a7d3;
}
.color-5 {
color: #ffb84d;
}

/* CSS Variables */
:root {
--color-1: #2ea8e0;
--color-2: #f8e1a5;
--color-3: #ff6e61;
--color-4: #d7a7d3;
--color-5: #ffb84d;
}

CSS del degradado de fondo Blue Surf

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ea8e0, #f8e1a5, #ff6e61, #d7a7d3, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ea8e0, #f8e1a5, #ff6e61, #d7a7d3, #ffb84d);
}

Blue Surf color palette created on .