Bright Side カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Side palette

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

Bright Side カラーパレット CSS

/* CSS */
.color-1 {
color: #2b2880;
}
.color-2 {
color: #5f76b9;
}
.color-3 {
color: #eb0089;
}
.color-4 {
color: #000000;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #2b2880;
--color-2: #5f76b9;
--color-3: #eb0089;
--color-4: #000000;
--color-5: #ffffff;
}

Bright Side の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2880, #5f76b9, #eb0089, #000000, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2880, #5f76b9, #eb0089, #000000, #ffffff);
}

Bright Side color palette created on .