Blue Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Serenity palette
Blue Serenity カラーパレット (PNG) をダウンロード
Blue Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #cce6ff;
}
.color-2 {
color: #a3cdff;
}
.color-3 {
color: #61a0ff;
}
.color-4 {
color: #006cfa;
}
.color-5 {
color: #0066cc;
}
/* CSS Variables */
:root {
--color-1: #cce6ff;
--color-2: #a3cdff;
--color-3: #61a0ff;
--color-4: #006cfa;
--color-5: #0066cc;
}
Blue Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cce6ff, #a3cdff, #61a0ff, #006cfa, #0066cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cce6ff, #a3cdff, #61a0ff, #006cfa, #0066cc);
}
似たようなカラーパレット
Blue Serenity color palette created on .