Lime Court Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lime Court Dream palette

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

Lime Court Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #d1e91c;
}
.color-2 {
color: #a1c200;
}
.color-3 {
color: #7ea800;
}
.color-4 {
color: #4c8f00;
}
.color-5 {
color: #2b7000;
}

/* CSS Variables */
:root {
--color-1: #d1e91c;
--color-2: #a1c200;
--color-3: #7ea800;
--color-4: #4c8f00;
--color-5: #2b7000;
}

Lime Court Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1e91c, #a1c200, #7ea800, #4c8f00, #2b7000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1e91c, #a1c200, #7ea800, #4c8f00, #2b7000);
}

Lime Court Dream color palette created on .