Aoi Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Aoi Serenity palette

Condividi questa palette a:

tavolozza dei colori Aoi Serenity CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #3ebb9c;
}
.color-3 {
color: #a8e1d4;
}
.color-4 {
color: #f6b07e;
}
.color-5 {
color: #f7c5f7;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #3ebb9c;
--color-3: #a8e1d4;
--color-4: #f6b07e;
--color-5: #f7c5f7;
}

CSS con gradiente di sfondo Aoi Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #3ebb9c, #a8e1d4, #f6b07e, #f7c5f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #3ebb9c, #a8e1d4, #f6b07e, #f7c5f7);
}

Aoi Serenity color palette created on .