Paleta de colores Ocean's Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ocean's Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Ocean's Embrace

/* CSS */
.color-1 {
color: #3a607e;
}
.color-2 {
color: #5a8bbf;
}
.color-3 {
color: #9dc6d8;
}
.color-4 {
color: #e8b68d;
}
.color-5 {
color: #f5c68a;
}

/* CSS Variables */
:root {
--color-1: #3a607e;
--color-2: #5a8bbf;
--color-3: #9dc6d8;
--color-4: #e8b68d;
--color-5: #f5c68a;
}

CSS del degradado de fondo Ocean's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a607e, #5a8bbf, #9dc6d8, #e8b68d, #f5c68a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a607e, #5a8bbf, #9dc6d8, #e8b68d, #f5c68a);
}

Ocean's Embrace color palette created on .