Nothing is Real カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Nothing is Real palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Nothing is Real カラーパレット (PNG) をダウンロード
Nothing is Real カラーパレット CSS
/* CSS */
.color-1 {
color: #35a79b;
}
.color-2 {
color: #79d8b2;
}
.color-3 {
color: #f3f7a1;
}
.color-4 {
color: #f6c146;
}
.color-5 {
color: #f45f57;
}
/* CSS Variables */
:root {
--color-1: #35a79b;
--color-2: #79d8b2;
--color-3: #f3f7a1;
--color-4: #f6c146;
--color-5: #f45f57;
}
Nothing is Real の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #35a79b, #79d8b2, #f3f7a1, #f6c146, #f45f57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #35a79b, #79d8b2, #f3f7a1, #f6c146, #f45f57);
}
似たようなカラーパレット
Nothing is Real color palette created on .