Rhyne Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rhyne Whispers palette

Condividi questa palette a:

tavolozza dei colori Rhyne Whispers CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f9b2a4;
}
.color-3 {
color: #f1e7d5;
}
.color-4 {
color: #a2d7d1;
}
.color-5 {
color: #6dbbe8;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f9b2a4;
--color-3: #f1e7d5;
--color-4: #a2d7d1;
--color-5: #6dbbe8;
}

CSS con gradiente di sfondo Rhyne Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f9b2a4, #f1e7d5, #a2d7d1, #6dbbe8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f9b2a4, #f1e7d5, #a2d7d1, #6dbbe8);
}

Rhyne Whispers color palette created on .