Tidal Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tidal Breeze palette
Tidal Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #0075a3;
}
.color-2 {
color: #0095c7;
}
.color-3 {
color: #00b0e0;
}
.color-4 {
color: #00c7e6;
}
.color-5 {
color: #00d6e6;
}
/* CSS Variables */
:root {
--color-1: #0075a3;
--color-2: #0095c7;
--color-3: #00b0e0;
--color-4: #00c7e6;
--color-5: #00d6e6;
}
Tidal Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0075a3, #0095c7, #00b0e0, #00c7e6, #00d6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0075a3, #0095c7, #00b0e0, #00c7e6, #00d6e6);
}
似たようなカラーパレット
Tidal Breeze color palette created on .