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