Niri's Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Niri's Embrace palette
Niri's Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #5fd8c2;
}
.color-2 {
color: #f8c3b9;
}
.color-3 {
color: #f9e66c;
}
.color-4 {
color: #f3a953;
}
.color-5 {
color: #e63746;
}
/* CSS Variables */
:root {
--color-1: #5fd8c2;
--color-2: #f8c3b9;
--color-3: #f9e66c;
--color-4: #f3a953;
--color-5: #e63746;
}
Niri's Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fd8c2, #f8c3b9, #f9e66c, #f3a953, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fd8c2, #f8c3b9, #f9e66c, #f3a953, #e63746);
}
似たようなカラーパレット
Niri's Embrace color palette created on .