Coral Pomeranian カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Coral Pomeranian palette
Coral Pomeranian カラー パレット PNG 画像
Coral Pomeranian カラーパレット CSS
/* CSS */
.color-1 {
color: #ffb347;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #c84c9c;
}
.color-4 {
color: #6a5bcd;
}
.color-5 {
color: #00bdd6;
}
/* CSS Variables */
:root {
--color-1: #ffb347;
--color-2: #ff6e61;
--color-3: #c84c9c;
--color-4: #6a5bcd;
--color-5: #00bdd6;
}
Coral Pomeranian の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb347, #ff6e61, #c84c9c, #6a5bcd, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb347, #ff6e61, #c84c9c, #6a5bcd, #00bdd6);
}
似たようなカラーパレット
Coral Pomeranian color palette created on .