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