Whispers of Serenity Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of Serenity palette
tavolozza dei colori Whispers of Serenity CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d5e2eb;
}
.color-3 {
color: #a6dce3;
}
.color-4 {
color: #d3bad4;
}
.color-5 {
color: #f39bc1;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d5e2eb;
--color-3: #a6dce3;
--color-4: #d3bad4;
--color-5: #f39bc1;
}
CSS con gradiente di sfondo Whispers of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d5e2eb, #a6dce3, #d3bad4, #f39bc1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d5e2eb, #a6dce3, #d3bad4, #f39bc1);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 1 tavolozza di colori Bianco
Whispers of Serenity color palette created on .