Shades of Cerulean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Cerulean palette

このパレットを共有する先:

Shades of Cerulean カラーパレット (PNG) をダウンロード

Download shades of cerulean color palette PNG image (landscape)
Download shades of cerulean color palette PNG image (square)

Shades of Cerulean カラーパレット CSS

/* CSS */
.color-1 {
color: #02a7d4;
}
.color-2 {
color: #0db4e3;
}
.color-3 {
color: #5ed3e8;
}
.color-4 {
color: #a8e4f0;
}
.color-5 {
color: #f0f8ff;
}

/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #0db4e3;
--color-3: #5ed3e8;
--color-4: #a8e4f0;
--color-5: #f0f8ff;
}

Shades of Cerulean の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #0db4e3, #5ed3e8, #a8e4f0, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #0db4e3, #5ed3e8, #a8e4f0, #f0f8ff);
}

Shades of Cerulean color palette created on .