Bright Yellow Blue Green Red Pink Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Bright Yellow Blue Green Red Pink palette
tavolozza dei colori Bright Yellow Blue Green Red Pink CSS
/* CSS */
.color-1 {
color: #e3b04a;
}
.color-2 {
color: #5c9b46;
}
.color-3 {
color: #4e78b7;
}
.color-4 {
color: #d44f40;
}
.color-5 {
color: #f4c3d8;
}
/* CSS Variables */
:root {
--color-1: #e3b04a;
--color-2: #5c9b46;
--color-3: #4e78b7;
--color-4: #d44f40;
--color-5: #f4c3d8;
}
CSS con gradiente di sfondo Bright Yellow Blue Green Red Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b04a, #5c9b46, #4e78b7, #d44f40, #f4c3d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b04a, #5c9b46, #4e78b7, #d44f40, #f4c3d8);
}
Tavolozze di colori simili
Bright Yellow Blue Green Red Pink color palette created on .