Winter Cerulean カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Winter Cerulean palette
Winter Cerulean カラー パレット PNG 画像
Winter Cerulean カラーパレット CSS
/* CSS */
.color-1 {
color: #a3c4e6;
}
.color-2 {
color: #6cb5e0;
}
.color-3 {
color: #4ea0c6;
}
.color-4 {
color: #2e7b99;
}
.color-5 {
color: #1d5b72;
}
/* CSS Variables */
:root {
--color-1: #a3c4e6;
--color-2: #6cb5e0;
--color-3: #4ea0c6;
--color-4: #2e7b99;
--color-5: #1d5b72;
}
Winter Cerulean の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c4e6, #6cb5e0, #4ea0c6, #2e7b99, #1d5b72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c4e6, #6cb5e0, #4ea0c6, #2e7b99, #1d5b72);
}
似たようなカラーパレット
Winter Cerulean color palette created on .