Soft Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soft Serenity palette
Soft Serenity カラーパレット (PNG) をダウンロード
Soft Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f1c3a7;
}
.color-3 {
color: #f1e1a7;
}
.color-4 {
color: #c6e3f1;
}
.color-5 {
color: #a7d3f1;
}
/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f1c3a7;
--color-3: #f1e1a7;
--color-4: #c6e3f1;
--color-5: #a7d3f1;
}
Soft Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f1c3a7, #f1e1a7, #c6e3f1, #a7d3f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f1c3a7, #f1e1a7, #c6e3f1, #a7d3f1);
}
似たようなカラーパレット
Soft Serenity color palette created on .