Embrace of Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Embrace of Serenity palette
Embrace of Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #f9d6a9;
}
.color-2 {
color: #f6a4a2;
}
.color-3 {
color: #f5a3d7;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #4a9acf;
}
/* CSS Variables */
:root {
--color-1: #f9d6a9;
--color-2: #f6a4a2;
--color-3: #f5a3d7;
--color-4: #a3c7e0;
--color-5: #4a9acf;
}
Embrace of Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d6a9, #f6a4a2, #f5a3d7, #a3c7e0, #4a9acf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d6a9, #f6a4a2, #f5a3d7, #a3c7e0, #4a9acf);
}
似たようなカラーパレット
下にスクロールして100+個のソフトカラーパレットを探索しましょう
Embrace of Serenity color palette created on .