Amira's Radiance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Amira's Radiance palette

Condividi questa palette a:

tavolozza dei colori Amira's Radiance CSS

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9f80;
}
.color-4 {
color: #ffd9a3;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff6e61;
--color-3: #ff9f80;
--color-4: #ffd9a3;
--color-5: #ffd900;
}

CSS con gradiente di sfondo Amira's Radiance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff6e61, #ff9f80, #ffd9a3, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff6e61, #ff9f80, #ffd9a3, #ffd900);
}

Amira's Radiance color palette created on .