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