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: #ffb861;
}
.color-3 {
color: #a8d4f5;
}
.color-4 {
color: #6b9cd1;
}
.color-5 {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb861;
--color-3: #a8d4f5;
--color-4: #6b9cd1;
--color-5: #ff4d4d;
}
CSS con gradiente di sfondo Valentine's Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb861, #a8d4f5, #6b9cd1, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb861, #a8d4f5, #6b9cd1, #ff4d4d);
}
Tavolozze di colori simili
Valentine's Breeze color palette created on .