Plum Pudding Everywhere カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Plum Pudding Everywhere palette
Plum Pudding Everywhere カラー パレット PNG 画像
Plum Pudding Everywhere カラーパレット CSS
/* CSS */
.color-1 {
color: #704d7a;
}
.color-2 {
color: #b47e9e;
}
.color-3 {
color: #e4b4c1;
}
.color-4 {
color: #ffddd1;
}
.color-5 {
color: #ffcc99;
}
/* CSS Variables */
:root {
--color-1: #704d7a;
--color-2: #b47e9e;
--color-3: #e4b4c1;
--color-4: #ffddd1;
--color-5: #ffcc99;
}
Plum Pudding Everywhere の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #704d7a, #b47e9e, #e4b4c1, #ffddd1, #ffcc99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #704d7a, #b47e9e, #e4b4c1, #ffddd1, #ffcc99);
}
似たようなカラーパレット
Plum Pudding Everywhere color palette created on .