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