Red Ladybug カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Ladybug palette

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

Red Ladybug カラーパレット CSS

/* CSS */
.color-1 {
color: #d10000;
}
.color-2 {
color: #a80000;
}
.color-3 {
color: #c7a600;
}
.color-4 {
color: #4d6b00;
}
.color-5 {
color: #ff4d00;
}

/* CSS Variables */
:root {
--color-1: #d10000;
--color-2: #a80000;
--color-3: #c7a600;
--color-4: #4d6b00;
--color-5: #ff4d00;
}

Red Ladybug の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d10000, #a80000, #c7a600, #4d6b00, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d10000, #a80000, #c7a600, #4d6b00, #ff4d00);
}

Red Ladybug color palette created on .