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