Nutty Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Nutty Delight palette
Nutty Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #6a4e39;
}
.color-2 {
color: #a4c6a7;
}
.color-3 {
color: #d9ca9b;
}
.color-4 {
color: #e7b98d;
}
.color-5 {
color: #a65b3a;
}
/* CSS Variables */
:root {
--color-1: #6a4e39;
--color-2: #a4c6a7;
--color-3: #d9ca9b;
--color-4: #e7b98d;
--color-5: #a65b3a;
}
Nutty Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e39, #a4c6a7, #d9ca9b, #e7b98d, #a65b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e39, #a4c6a7, #d9ca9b, #e7b98d, #a65b3a);
}
似たようなカラーパレット
Nutty Delight color palette created on .