Azure Serenity Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Azure Serenity palette
tavolozza dei colori Azure Serenity CSS
/* CSS */
.color-1 {
color: #1e4e7b;
}
.color-2 {
color: #2a7e9d;
}
.color-3 {
color: #4eb5b7;
}
.color-4 {
color: #8ae0d7;
}
.color-5 {
color: #f5f9f1;
}
/* CSS Variables */
:root {
--color-1: #1e4e7b;
--color-2: #2a7e9d;
--color-3: #4eb5b7;
--color-4: #8ae0d7;
--color-5: #f5f9f1;
}
CSS con gradiente di sfondo Azure Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e7b, #2a7e9d, #4eb5b7, #8ae0d7, #f5f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e7b, #2a7e9d, #4eb5b7, #8ae0d7, #f5f9f1);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Acqua
Azure Serenity color palette created on .