Serene Blossoms カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Blossoms palette
Serene Blossoms カラーパレット CSS
/* CSS */
.color-1 {
color: #b3fff7;
}
.color-2 {
color: #e3abbe;
}
.color-3 {
color: #ccd5db;
}
.color-4 {
color: #f9e5a4;
}
.color-5 {
color: #f3b4bf;
}
/* CSS Variables */
:root {
--color-1: #b3fff7;
--color-2: #e3abbe;
--color-3: #ccd5db;
--color-4: #f9e5a4;
--color-5: #f3b4bf;
}
Serene Blossoms の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3fff7, #e3abbe, #ccd5db, #f9e5a4, #f3b4bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3fff7, #e3abbe, #ccd5db, #f9e5a4, #f3b4bf);
}
似たようなカラーパレット
Serene Blossoms color palette created on .