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