Valentine's Breeze Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Valentine's Breeze palette
tavolozza dei colori Valentine's Breeze CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #9fd1e5;
}
.color-5 {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa047;
--color-3: #ffd54d;
--color-4: #9fd1e5;
--color-5: #6b9cd1;
}
CSS con gradiente di sfondo Valentine's Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa047, #ffd54d, #9fd1e5, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa047, #ffd54d, #9fd1e5, #6b9cd1);
}
Tavolozze di colori simili
Valentine's Breeze color palette created on .