Robo カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Robo palette

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

Robo カラー パレット PNG 画像

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

Robo カラーパレット CSS

/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #496e92;
}
.color-3 {
color: #789dab;
}
.color-4 {
color: #c2d4e5;
}
.color-5 {
color: #f4f7fb;
}

/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #496e92;
--color-3: #789dab;
--color-4: #c2d4e5;
--color-5: #f4f7fb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #496e92, #789dab, #c2d4e5, #f4f7fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #496e92, #789dab, #c2d4e5, #f4f7fb);
}

Robo color palette created on .