Spear of Serenity Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Spear of Serenity palette
tavolozza dei colori Spear of Serenity CSS
/* CSS */
.color-1 {
color: #006c75;
}
.color-2 {
color: #82c4bf;
}
.color-3 {
color: #ffddd1;
}
.color-4 {
color: #ffad42;
}
.color-5 {
color: #ff667d;
}
/* CSS Variables */
:root {
--color-1: #006c75;
--color-2: #82c4bf;
--color-3: #ffddd1;
--color-4: #ffad42;
--color-5: #ff667d;
}
CSS con gradiente di sfondo Spear of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006c75, #82c4bf, #ffddd1, #ffad42, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006c75, #82c4bf, #ffddd1, #ffad42, #ff667d);
}
Tavolozze di colori simili
Spear of Serenity color palette created on .