Paleta de colores Serene Ocean's Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Ocean's Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Ocean's Embrace

/* CSS */
.color-1 {
color: #cde4f4;
}
.color-2 {
color: #70b4db;
}
.color-3 {
color: #7c7d88;
}
.color-4 {
color: #1c8cc4;
}
.color-5 {
color: #403d66;
}

/* CSS Variables */
:root {
--color-1: #cde4f4;
--color-2: #70b4db;
--color-3: #7c7d88;
--color-4: #1c8cc4;
--color-5: #403d66;
}

CSS del degradado de fondo Serene Ocean's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cde4f4, #70b4db, #7c7d88, #1c8cc4, #403d66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cde4f4, #70b4db, #7c7d88, #1c8cc4, #403d66);
}

Serene Ocean's Embrace color palette created on .