Pebble Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pebble Serenity palette

このパレットを共有する先:

Pebble Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #b8c2b2;
}
.color-2 {
color: #a7c0a5;
}
.color-3 {
color: #8eaf83;
}
.color-4 {
color: #6cad5c;
}
.color-5 {
color: #4cbf3b;
}

/* CSS Variables */
:root {
--color-1: #b8c2b2;
--color-2: #a7c0a5;
--color-3: #8eaf83;
--color-4: #6cad5c;
--color-5: #4cbf3b;
}

Pebble Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8c2b2, #a7c0a5, #8eaf83, #6cad5c, #4cbf3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8c2b2, #a7c0a5, #8eaf83, #6cad5c, #4cbf3b);
}

Pebble Serenity color palette created on .