Serene Haven Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Haven palette

Condividi questa palette a:

tavolozza dei colori Serene Haven CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #0f0e0a;
}
.color-3 {
color: #98cdbd;
}
.color-4 {
color: #315877;
}
.color-5 {
color: #e8edab;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #0f0e0a;
--color-3: #98cdbd;
--color-4: #315877;
--color-5: #e8edab;
}

CSS con gradiente di sfondo Serene Haven

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #0f0e0a, #98cdbd, #315877, #e8edab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #0f0e0a, #98cdbd, #315877, #e8edab);
}

Serene Haven color palette created on .