Colorful Gelatinas カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Colorful Gelatinas palette

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

Colorful Gelatinas カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f4d19f;
}
.color-3 {
color: #e4e6b3;
}
.color-4 {
color: #a7d7b6;
}
.color-5 {
color: #66b0b7;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f4d19f;
--color-3: #e4e6b3;
--color-4: #a7d7b6;
--color-5: #66b0b7;
}

Colorful Gelatinas の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f4d19f, #e4e6b3, #a7d7b6, #66b0b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f4d19f, #e4e6b3, #a7d7b6, #66b0b7);
}

Colorful Gelatinas color palette created on .