Paleta de colores Blue Thistle Whistle

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Thistle Whistle palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Thistle Whistle

/* CSS */
.color-1 {
color: #7a9ec2;
}
.color-2 {
color: #4c6d94;
}
.color-3 {
color: #404f68;
}
.color-4 {
color: #c7d3e5;
}
.color-5 {
color: #f0a8c2;
}

/* CSS Variables */
:root {
--color-1: #7a9ec2;
--color-2: #4c6d94;
--color-3: #404f68;
--color-4: #c7d3e5;
--color-5: #f0a8c2;
}

CSS del degradado de fondo Blue Thistle Whistle

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9ec2, #4c6d94, #404f68, #c7d3e5, #f0a8c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9ec2, #4c6d94, #404f68, #c7d3e5, #f0a8c2);
}

Blue Thistle Whistle color palette created on .