Silken Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Silken Breeze palette
Silken Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #c5e2e7;
}
.color-3 {
color: #e0b2c7;
}
.color-4 {
color: #f6d3a2;
}
.color-5 {
color: #f2a1b5;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #c5e2e7;
--color-3: #e0b2c7;
--color-4: #f6d3a2;
--color-5: #f2a1b5;
}
Silken Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #c5e2e7, #e0b2c7, #f6d3a2, #f2a1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #c5e2e7, #e0b2c7, #f6d3a2, #f2a1b5);
}
似たようなカラーパレット
下にスクロールして900+個のエステティックカラーパレットを探索しましょう
Silken Breeze color palette created on .