Boxten カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Boxten palette

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

Boxten カラー パレット PNG 画像

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

Boxten カラーパレット CSS

/* CSS */
.color-1 {
color: #1e396b;
}
.color-2 {
color: #4a8bba;
}
.color-3 {
color: #7cc3e4;
}
.color-4 {
color: #f1e0b1;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #1e396b;
--color-2: #4a8bba;
--color-3: #7cc3e4;
--color-4: #f1e0b1;
--color-5: #f76e6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396b, #4a8bba, #7cc3e4, #f1e0b1, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396b, #4a8bba, #7cc3e4, #f1e0b1, #f76e6e);
}

Boxten color palette created on .