Whispers of the Shore Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of the Shore palette
tavolozza dei colori Whispers of the Shore CSS
/* CSS */
.color-1 {
color: #a2c9e2;
}
.color-2 {
color: #f1e7b1;
}
.color-3 {
color: #f6a579;
}
.color-4 {
color: #d67b6b;
}
.color-5 {
color: #b25c7f;
}
/* CSS Variables */
:root {
--color-1: #a2c9e2;
--color-2: #f1e7b1;
--color-3: #f6a579;
--color-4: #d67b6b;
--color-5: #b25c7f;
}
CSS con gradiente di sfondo Whispers of the Shore
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c9e2, #f1e7b1, #f6a579, #d67b6b, #b25c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c9e2, #f1e7b1, #f6a579, #d67b6b, #b25c7f);
}
Tavolozze di colori simili
Whispers of the Shore color palette created on .