Paleta de colores Purple and Yellow Bliss
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Purple and Yellow Bliss palette
CSS de la paleta de colores Purple and Yellow Bliss
/* CSS */
.color-1 {
color: #f6e0a7;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #d89dcf;
}
.color-4 {
color: #a85d9b;
}
.color-5 {
color: #6b2966;
}
/* CSS Variables */
:root {
--color-1: #f6e0a7;
--color-2: #eab8e4;
--color-3: #d89dcf;
--color-4: #a85d9b;
--color-5: #6b2966;
}
CSS del degradado de fondo Purple and Yellow Bliss
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e0a7, #eab8e4, #d89dcf, #a85d9b, #6b2966);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e0a7, #eab8e4, #d89dcf, #a85d9b, #6b2966);
}
Paletas de colores similares
Purple and Yellow Bliss color palette created on .