Blue Luke カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Luke palette

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

Blue Luke カラーパレット CSS

/* CSS */
.color-1 {
color: #3d7e9e;
}
.color-2 {
color: #6e9bcf;
}
.color-3 {
color: #a3cae0;
}
.color-4 {
color: #f1e8b7;
}
.color-5 {
color: #f7a088;
}

/* CSS Variables */
:root {
--color-1: #3d7e9e;
--color-2: #6e9bcf;
--color-3: #a3cae0;
--color-4: #f1e8b7;
--color-5: #f7a088;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d7e9e, #6e9bcf, #a3cae0, #f1e8b7, #f7a088);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d7e9e, #6e9bcf, #a3cae0, #f1e8b7, #f7a088);
}

Blue Luke color palette created on .