Pebble Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pebble Serenity palette

Condividi questa palette a:

tavolozza dei colori Pebble Serenity CSS

/* CSS */
.color-1 {
color: #a7beb3;
}
.color-2 {
color: #b8d5c9;
}
.color-3 {
color: #e2cec5;
}
.color-4 {
color: #f9e0d2;
}
.color-5 {
color: #f5b9a3;
}

/* CSS Variables */
:root {
--color-1: #a7beb3;
--color-2: #b8d5c9;
--color-3: #e2cec5;
--color-4: #f9e0d2;
--color-5: #f5b9a3;
}

CSS con gradiente di sfondo Pebble Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7beb3, #b8d5c9, #e2cec5, #f9e0d2, #f5b9a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7beb3, #b8d5c9, #e2cec5, #f9e0d2, #f5b9a3);
}

Pebble Serenity color palette created on .