Shades of Kobi Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Kobi palette

Condividi questa palette a:

tavolozza dei colori Shades of Kobi CSS

/* CSS */
.color-1 {
color: #f2b1d8;
}
.color-2 {
color: #e79cc3;
}
.color-3 {
color: #d98cc4;
}
.color-4 {
color: #d37e9a;
}
.color-5 {
color: #b66d8b;
}

/* CSS Variables */
:root {
--color-1: #f2b1d8;
--color-2: #e79cc3;
--color-3: #d98cc4;
--color-4: #d37e9a;
--color-5: #b66d8b;
}

CSS con gradiente di sfondo Shades of Kobi

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1d8, #e79cc3, #d98cc4, #d37e9a, #b66d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1d8, #e79cc3, #d98cc4, #d37e9a, #b66d8b);
}

Shades of Kobi color palette created on .