Nathaniel's Reverie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Nathaniel's Reverie palette
Nathaniel's Reverie カラーパレット CSS
/* CSS */
.color-1 {
color: #3fa6d9;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f13b5d;
}
.color-4 {
color: #f6d88e;
}
.color-5 {
color: #6c4b6b;
}
/* CSS Variables */
:root {
--color-1: #3fa6d9;
--color-2: #f0a800;
--color-3: #f13b5d;
--color-4: #f6d88e;
--color-5: #6c4b6b;
}
Nathaniel's Reverie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3fa6d9, #f0a800, #f13b5d, #f6d88e, #6c4b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3fa6d9, #f0a800, #f13b5d, #f6d88e, #6c4b6b);
}
似たようなカラーパレット
下にスクロールして500+個のエステティックカラーパレットを探索しましょう
Nathaniel's Reverie color palette created on .