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