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