Paleta de colores Aquatic Adventurer

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aquatic Adventurer palette

Compartir esta paleta en:

CSS de la paleta de colores Aquatic Adventurer

/* CSS */
.color-1 {
color: #497c92;
}
.color-2 {
color: #6cc6af;
}
.color-3 {
color: #f7d1b1;
}
.color-4 {
color: #d69d6b;
}
.color-5 {
color: #b55a4a;
}

/* CSS Variables */
:root {
--color-1: #497c92;
--color-2: #6cc6af;
--color-3: #f7d1b1;
--color-4: #d69d6b;
--color-5: #b55a4a;
}

CSS del degradado de fondo Aquatic Adventurer

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497c92, #6cc6af, #f7d1b1, #d69d6b, #b55a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497c92, #6cc6af, #f7d1b1, #d69d6b, #b55a4a);
}

Aquatic Adventurer color palette created on .