Paleta de colores Celestial Waters

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Waters palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Waters

/* CSS */
.color-1 {
color: #00a8e0;
}
.color-2 {
color: #1a3956;
}
.color-3 {
color: #4ccdc4;
}
.color-4 {
color: #f6f2d5;
}
.color-5 {
color: #f05656;
}

/* CSS Variables */
:root {
--color-1: #00a8e0;
--color-2: #1a3956;
--color-3: #4ccdc4;
--color-4: #f6f2d5;
--color-5: #f05656;
}

CSS del degradado de fondo Celestial Waters

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8e0, #1a3956, #4ccdc4, #f6f2d5, #f05656);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8e0, #1a3956, #4ccdc4, #f6f2d5, #f05656);
}

Celestial Waters color palette created on .