Lemongrass Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lemongrass Serenity palette

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

Lemongrass Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #c4d600;
}
.color-2 {
color: #a9c700;
}
.color-3 {
color: #8db800;
}
.color-4 {
color: #7db300;
}
.color-5 {
color: #5ca300;
}

/* CSS Variables */
:root {
--color-1: #c4d600;
--color-2: #a9c700;
--color-3: #8db800;
--color-4: #7db300;
--color-5: #5ca300;
}

Lemongrass Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4d600, #a9c700, #8db800, #7db300, #5ca300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4d600, #a9c700, #8db800, #7db300, #5ca300);
}

Lemongrass Serenity color palette created on .