Whispers of Noli カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Noli palette

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

Whispers of Noli カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a4a2;
}
.color-2 {
color: #f9d97b;
}
.color-3 {
color: #a0d69f;
}
.color-4 {
color: #4a9cd3;
}
.color-5 {
color: #a85d9b;
}

/* CSS Variables */
:root {
--color-1: #f6a4a2;
--color-2: #f9d97b;
--color-3: #a0d69f;
--color-4: #4a9cd3;
--color-5: #a85d9b;
}

Whispers of Noli の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a4a2, #f9d97b, #a0d69f, #4a9cd3, #a85d9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a4a2, #f9d97b, #a0d69f, #4a9cd3, #a85d9b);
}

Whispers of Noli color palette created on .