Norman's Garden カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Norman's Garden palette

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

Norman's Garden カラーパレット CSS

/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #f9cb24;
}
.color-3 {
color: #eab543;
}
.color-4 {
color: #ff6b81;
}
.color-5 {
color: #1e3799;
}

/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #f9cb24;
--color-3: #eab543;
--color-4: #ff6b81;
--color-5: #1e3799;
}

Norman's Garden の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #f9cb24, #eab543, #ff6b81, #1e3799);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #f9cb24, #eab543, #ff6b81, #1e3799);
}

Norman's Garden color palette created on .