Playful Orange カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Playful Orange palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Playful Orange カラーパレット (PNG) をダウンロード
Playful Orange カラーパレット CSS
/* CSS */
.color-1 {
color: #ffc2c2;
}
.color-2 {
color: #ffdfb8;
}
.color-3 {
color: #fff8c7;
}
.color-4 {
color: #c2ffcc;
}
.color-5 {
color: #b3deff;
}
/* CSS Variables */
:root {
--color-1: #ffc2c2;
--color-2: #ffdfb8;
--color-3: #fff8c7;
--color-4: #c2ffcc;
--color-5: #b3deff;
}
Playful Orange の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2c2, #ffdfb8, #fff8c7, #c2ffcc, #b3deff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2c2, #ffdfb8, #fff8c7, #c2ffcc, #b3deff);
}
似たようなカラーパレット
Playful Orange color palette created on .