Blue Luninaria カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Luninaria palette

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

Blue Luninaria カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #b2c7e0;
}
.color-3 {
color: #9db7d7;
}
.color-4 {
color: #7f9ead;
}
.color-5 {
color: #4a7c8c;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #b2c7e0;
--color-3: #9db7d7;
--color-4: #7f9ead;
--color-5: #4a7c8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #b2c7e0, #9db7d7, #7f9ead, #4a7c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #b2c7e0, #9db7d7, #7f9ead, #4a7c8c);
}

Blue Luninaria color palette created on .