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