Lab Coats and Curiosity Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Lab Coats and Curiosity palette
tavolozza dei colori Lab Coats and Curiosity CSS
/* CSS */
.color-1 {
color: #f0f0f0;
}
.color-2 {
color: #dbe5f5;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #5f9eab;
}
.color-5 {
color: #2a7a89;
}
/* CSS Variables */
:root {
--color-1: #f0f0f0;
--color-2: #dbe5f5;
--color-3: #a3c7e0;
--color-4: #5f9eab;
--color-5: #2a7a89;
}
CSS con gradiente di sfondo Lab Coats and Curiosity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0f0, #dbe5f5, #a3c7e0, #5f9eab, #2a7a89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0f0, #dbe5f5, #a3c7e0, #5f9eab, #2a7a89);
}
Tavolozze di colori simili
Lab Coats and Curiosity color palette created on .