Gorgeous Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gorgeous Blue palette

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

Gorgeous Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1f89e5;
}
.color-2 {
color: #3baee8;
}
.color-3 {
color: #5ed3ed;
}
.color-4 {
color: #a3e6f0;
}
.color-5 {
color: #e8f9fc;
}

/* CSS Variables */
:root {
--color-1: #1f89e5;
--color-2: #3baee8;
--color-3: #5ed3ed;
--color-4: #a3e6f0;
--color-5: #e8f9fc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f89e5, #3baee8, #5ed3ed, #a3e6f0, #e8f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f89e5, #3baee8, #5ed3ed, #a3e6f0, #e8f9fc);
}

Gorgeous Blue color palette created on .