Paleta de colores Cognitive Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cognitive Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Cognitive Sunrise

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #d95136;
}
.color-5 {
color: #aa4b8d;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f5a524;
--color-3: #e9b79f;
--color-4: #d95136;
--color-5: #aa4b8d;
}

CSS del degradado de fondo Cognitive Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f5a524, #e9b79f, #d95136, #aa4b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f5a524, #e9b79f, #d95136, #aa4b8d);
}

Cognitive Sunrise color palette created on .