Grant カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Grant palette

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

Grant カラー パレット PNG 画像

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

Grant カラーパレット CSS

/* CSS */
.color-1 {
color: #3a5078;
}
.color-2 {
color: #487393;
}
.color-3 {
color: #689cb6;
}
.color-4 {
color: #86acbb;
}
.color-5 {
color: #b9c5d0;
}

/* CSS Variables */
:root {
--color-1: #3a5078;
--color-2: #487393;
--color-3: #689cb6;
--color-4: #86acbb;
--color-5: #b9c5d0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5078, #487393, #689cb6, #86acbb, #b9c5d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5078, #487393, #689cb6, #86acbb, #b9c5d0);
}

Grant color palette created on .