Gabriel カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gabriel palette

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

Gabriel カラー パレット PNG 画像

Download  gabriel color palette PNG image (landscape)
Download  gabriel color palette PNG image (square)

Gabriel カラーパレット CSS

/* CSS */
.color-1 {
color: #1f7c8e;
}
.color-2 {
color: #4ac4b6;
}
.color-3 {
color: #76e0de;
}
.color-4 {
color: #a2f6f0;
}
.color-5 {
color: #e0f8ff;
}

/* CSS Variables */
:root {
--color-1: #1f7c8e;
--color-2: #4ac4b6;
--color-3: #76e0de;
--color-4: #a2f6f0;
--color-5: #e0f8ff;
}

Gabriel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f7c8e, #4ac4b6, #76e0de, #a2f6f0, #e0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f7c8e, #4ac4b6, #76e0de, #a2f6f0, #e0f8ff);
}

Gabriel color palette created on .