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