Calm Blue Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Calm Blue palette
tavolozza dei colori Calm Blue CSS
/* CSS */
.color-1 {
color: #f5b2a3;
}
.color-2 {
color: #f4d06c;
}
.color-3 {
color: #a8e1d5;
}
.color-4 {
color: #6ea2d4;
}
.color-5 {
color: #3f5c8d;
}
/* CSS Variables */
:root {
--color-1: #f5b2a3;
--color-2: #f4d06c;
--color-3: #a8e1d5;
--color-4: #6ea2d4;
--color-5: #3f5c8d;
}
CSS con gradiente di sfondo Calm Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2a3, #f4d06c, #a8e1d5, #6ea2d4, #3f5c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2a3, #f4d06c, #a8e1d5, #6ea2d4, #3f5c8d);
}
Tavolozze di colori simili
Calm Blue color palette created on .