Paleta de colores Rustic Dawn Whisper
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Rustic Dawn Whisper palette
CSS de la paleta de colores Rustic Dawn Whisper
/* CSS */
.color-1 {
color: #e0e5d1;
}
.color-2 {
color: #f2b488;
}
.color-3 {
color: #c47d5f;
}
.color-4 {
color: #7f8890;
}
.color-5 {
color: #774d40;
}
/* CSS Variables */
:root {
--color-1: #e0e5d1;
--color-2: #f2b488;
--color-3: #c47d5f;
--color-4: #7f8890;
--color-5: #774d40;
}
CSS del degradado de fondo Rustic Dawn Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e5d1, #f2b488, #c47d5f, #7f8890, #774d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e5d1, #f2b488, #c47d5f, #7f8890, #774d40);
}
Paletas de colores similares
Rustic Dawn Whisper color palette created on .