Muted Pebble Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Muted Pebble palette
tavolozza dei colori Muted Pebble CSS
/* CSS */
.color-1 {
color: #b1c4c3;
}
.color-2 {
color: #a4b2af;
}
.color-3 {
color: #bac9c7;
}
.color-4 {
color: #e3b8a1;
}
.color-5 {
color: #d0c5c3;
}
/* CSS Variables */
:root {
--color-1: #b1c4c3;
--color-2: #a4b2af;
--color-3: #bac9c7;
--color-4: #e3b8a1;
--color-5: #d0c5c3;
}
CSS con gradiente di sfondo Muted Pebble
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c4c3, #a4b2af, #bac9c7, #e3b8a1, #d0c5c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c4c3, #a4b2af, #bac9c7, #e3b8a1, #d0c5c3);
}
Tavolozze di colori simili
Muted Pebble color palette created on .