Blue Triangulum カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Triangulum palette

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

Blue Triangulum カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1c9c;
}
.color-2 {
color: #4f5dba;
}
.color-3 {
color: #788bc4;
}
.color-4 {
color: #b2c6e0;
}
.color-5 {
color: #f0f4ff;
}

/* CSS Variables */
:root {
--color-1: #1c1c9c;
--color-2: #4f5dba;
--color-3: #788bc4;
--color-4: #b2c6e0;
--color-5: #f0f4ff;
}

Blue Triangulum の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c9c, #4f5dba, #788bc4, #b2c6e0, #f0f4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c9c, #4f5dba, #788bc4, #b2c6e0, #f0f4ff);
}

Blue Triangulum color palette created on .