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