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