Cael カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cael palette

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

Cael カラー パレット PNG 画像

Download cael color palette PNG image (landscape)
Download cael color palette PNG image (square)

Cael カラーパレット CSS

/* CSS */
.color-1 {
color: #a2c6e7;
}
.color-2 {
color: #76b1d0;
}
.color-3 {
color: #4d9ddb;
}
.color-4 {
color: #2a7acf;
}
.color-5 {
color: #1c5b97;
}

/* CSS Variables */
:root {
--color-1: #a2c6e7;
--color-2: #76b1d0;
--color-3: #4d9ddb;
--color-4: #2a7acf;
--color-5: #1c5b97;
}

Cael の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c6e7, #76b1d0, #4d9ddb, #2a7acf, #1c5b97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c6e7, #76b1d0, #4d9ddb, #2a7acf, #1c5b97);
}

Cael color palette created on .