Playful Building Blocks Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Playful Building Blocks palette
tavolozza dei colori Playful Building Blocks CSS
/* CSS */
.color-1 {
color: #ff7142;
}
.color-2 {
color: #ffd54d;
}
.color-3 {
color: #4eb7ac;
}
.color-4 {
color: #ffad42;
}
.color-5 {
color: #ff8a66;
}
/* CSS Variables */
:root {
--color-1: #ff7142;
--color-2: #ffd54d;
--color-3: #4eb7ac;
--color-4: #ffad42;
--color-5: #ff8a66;
}
CSS con gradiente di sfondo Playful Building Blocks
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7142, #ffd54d, #4eb7ac, #ffad42, #ff8a66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7142, #ffd54d, #4eb7ac, #ffad42, #ff8a66);
}
Tavolozze di colori simili
Playful Building Blocks color palette created on .