Paleta de colores Mediterranean Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mediterranean Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Mediterranean Whispers

/* CSS */
.color-1 {
color: #f4a162;
}
.color-2 {
color: #2a9d90;
}
.color-3 {
color: #274754;
}
.color-4 {
color: #e8c468;
}
.color-5 {
color: #f9d4ae;
}

/* CSS Variables */
:root {
--color-1: #f4a162;
--color-2: #2a9d90;
--color-3: #274754;
--color-4: #e8c468;
--color-5: #f9d4ae;
}

CSS del degradado de fondo Mediterranean Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a162, #2a9d90, #274754, #e8c468, #f9d4ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a162, #2a9d90, #274754, #e8c468, #f9d4ae);
}

Mediterranean Whispers color palette created on .